From csharp-lsp
csharp-ls language server for C# — diagnostics, go-to-definition, find references, hover info, symbols, and call hierarchy for .cs files.
npx claudepluginhub anthropics/claude-plugins-official --plugin csharp-lspThis LSP server requires csharp-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"csharp-ls": {
"command": "csharp-ls",
"extensionToLanguage": {
".cs": "csharp"
}
}
}
}csharp-lsstdio