Tinyfish

Results 9 comments of Tinyfish

是否可以把这两个命令分别创建成两个批处理文件:install.cmd、run.cmd?

I tried some basic typing in a simple .cshtml file, but cannot reproduce the freeze. Maybe my testing environment is too simple. A simplified demo project may help.

I downloaded your project and tried it several times, yet can't replicate the issue. Utilizing the most recent Visual Studio 2022 Preview, I observed that delays in formatting .cshtml files...

That's a bug: when you remove ".razor .cshtml" filter, the delayed filter is still active. It will be fixed in next release. Additionally, I was wrong about the delayed formatting....

I've used WH_KEYBOARD to implement capturing input characters, and I'm not sure if this is causing compatibility issues. One possibility is that there might be a conflict with some third-party...

You are right. The RemoveAndSort should run when saving a .cs file. But the SmartRemoveAndSort may prevent RemoveAndSort if the .cs file contains #if statement, because RemoveAndSort might do wrong...

I spent hours until I found this issue. It should be fixed. I Add some code to deal with OutDir and AssemblyName: ```c# using System.Xml.Linq; public string AssemblyPath() { string?...

I use NetBeauty to group all dll files into a sub directory, then the auto-completion failed again. Can be fixed by add some code in `src\AvaloniaVS\CompletionEngine\Avalonia.Ide.CompletionEngine\AssemblyMetadata\DepsJsonAssemblyListLoader.cs`, `ParseFile()`: ```c# foreach (var...

我在 Windows 11 上使用 2.03 版本,新建的 tun 设备在网络设置界面上看到是专用的,但是无法访问共享目录。此时关闭公用防火墙就能访问,说明在防火墙中还是公用网络。用 PowerShell 命令来回切换一次就能恢复: Set-NetConnectionProfile -InterfaceAlias "EasyTier" -NetworkCategory Public Set-NetConnectionProfile -InterfaceAlias "EasyTier" -NetworkCategory Private