You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been starting to learn C# recently, and I use neovim, csharp_ls is a blessing and it fulfill all my needs as a newbie to C# (auto-completion, diagnostics, etc) however I can't found any docs on how to configure the server in some aspects, particularly how to disable Unnecessary using directive warnings, I see the repo mentions a csharp.solution, but I don't know what kind of options/syntax to use there, or if the option to disable that specific warning is available, it's just a minor annoyance, but I would appreciate any help.
The text was updated successfully, but these errors were encountered:
NullDott
changed the title
No examples on how to configure the csharp_ls
No examples on how to configure csharp_ls
Oct 10, 2024
Hi, I've been starting to learn C# recently, and I use neovim,
csharp_ls
is a blessing and it fulfill all my needs as a newbie to C# (auto-completion, diagnostics, etc) however I can't found any docs on how to configure the server in some aspects, particularly how to disableUnnecessary using directive
warnings, I see the repo mentions acsharp.solution
, but I don't know what kind of options/syntax to use there, or if the option to disable that specific warning is available, it's just a minor annoyance, but I would appreciate any help.The text was updated successfully, but these errors were encountered: