Claude aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins 6 месяцев назад
..
LICENSE aecd4c852f Add Apache 2.0 LICENSE files to all internal plugins 6 месяцев назад
README.md 1d99e18048 Add installation instructions to LSP plugin READMEs 8 месяцев назад

README.md

csharp-lsp

C# language server for Claude Code, providing code intelligence and diagnostics.

Supported Extensions

.cs

Installation

Via .NET tool (recommended)

dotnet tool install --global csharp-ls

Via Homebrew (macOS)

brew install csharp-ls

Requirements

  • .NET SDK 6.0 or later

More Information