csharp-lsp Plugin
Plugin Claude Code Development Code Search & Code IntelligenceThe explanation below is AI-generated. Please verify it against the sources.
csharp-lsp is a Claude Code plugin that provides a C# language server for code intelligence and diagnostics. It supports files with the .cs extension. According to the README, it can be installed via the .NET tool csharp-ls (recommended) or via Homebrew on macOS. It requires .NET SDK 6.0 or later.
Overview
According to the README, csharp-lsp is a plugin that integrates the csharp-ls language server into Claude Code to provide C# code intelligence and diagnostics.
What you can do with csharp-lsp
- Get code intelligence and diagnostics for .cs files in Claude Code
- Install the underlying language server via dotnet tool install --global csharp-ls
- Install the underlying language server via Homebrew on macOS (brew install csharp-ls)
- Use it with .NET SDK 6.0 or later
- Refer to the csharp-ls GitHub page or .NET SDK download page for more information
Sources
Original description (English)
C# language server for code intelligence
History of csharp-lsp
- Plugin Added csharp-lsp