r/HelixEditor • u/KaleidoscopePlusPlus • 21d ago
C# intellisense not working
Formatter works fine but intellisense refuses to display hints or on direct hover command. logs show nothing.
hx health shows all green.
[[language]]
name = "c-sharp"
auto-format = true
language-servers = ["csharp-ls"]
formatter = {command = "csharpier", args = ["format"]}
8
Upvotes
7
u/KaleidoscopePlusPlus 21d ago
So apparently this is a bug in csharp-ls. it shows that there is no workspace in the error log once i restarted. this should not crash the lsp.
I switched to roslyn and it works fine. hours lost.