zircote/csharp-lsp

5 stars · Last commit 2026-03-30

Claude Code plugin for C# development with OmniSharp LSP and dotnet format hooks

README preview

# csharp-lsp

[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Claude Plugin](https://img.shields.io/badge/claude-plugin-orange.svg)](https://docs.anthropic.com/en/docs/claude-code/plugins)
[![Marketplace](https://img.shields.io/badge/marketplace-zircote--lsp-purple.svg)](https://github.com/zircote/lsp-marketplace)
[![C#](https://img.shields.io/badge/C%23-512BD4?logo=csharp&logoColor=white)](https://docs.microsoft.com/dotnet/csharp/)

A Claude Code plugin providing comprehensive C# development support through:

- **OmniSharp LSP** integration for IDE-like features
- **12 automated hooks** for .NET builds, linting, formatting, and testing
- **.NET ecosystem** integration (dotnet CLI, xUnit, NuGet)

## Quick Setup

```bash
# Run the setup command (after installing the plugin)
/setup
```

View full repository on GitHub →