Daisy Hollman 1d99e18048 Add installation instructions to LSP plugin READMEs 8 miesięcy temu
..
README.md 1d99e18048 Add installation instructions to LSP plugin READMEs 8 miesięcy temu

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