This skill provides instructions for installing the csharp-ls language server, which enables C# code intelligence, diagnostics, and language server features in Claude Code for .cs files.

2.1kstars250forks
|615 views

Skill Content

486 characters

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

Installation

Marketplace
Step 1: Add marketplace
/plugin marketplace add anthropics/claude-plugins-official
Step 2: Install plugin
/plugin install csharp-lsp@claude-plugins-official