Stats
Actions
Tags
From csharp-lsp
csharp-ls language server for C# — diagnostics, go-to-definition, find references, hover info, symbols, and call hierarchy for .cs files.
This LSP server requires csharp-lsto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"csharp-ls": {
"command": "csharp-ls",
"extensionToLanguage": {
".cs": "csharp"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
csharp-lsstdioInitialization options and workspace settings
claude plugin install csharp-lsp@claude-plugins-official