---
title: "Handbook CSharp LSP"
description: "C# Language Server Protocol support using csharp-ls for code intelligence features."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-135
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:10.733Z
license: CC-BY-4.0
attribution: "Handbook CSharp LSP — Claudary (https://claudary.paisolsolutions.com/skills/readme-135)"
---

# Handbook CSharp LSP
C# Language Server Protocol support using csharp-ls for code intelligence features.

## Overview

# Handbook CSharp LSP

C# Language Server Protocol support using csharp-ls for code intelligence features.

## Features

- Go to definition
- Find references
- Hover information
- Document symbols
- Workspace symbols
- Call hierarchy

## Prerequisites

- .NET 10 SDK or later
- csharp-ls installed globally:

```bash
dotnet tool install --global csharp-ls
```

## Installation

```bash
/plugin marketplace add nikiforovall/claude-code-rules
/plugin install handbook-csharp-lsp
```

## Usage

Once installed, the LSP tool will automatically provide C# code intelligence for `.cs` files.

```
# Example LSP operations
goToDefinition, findReferences, hover, documentSymbol, workspaceSymbol
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-135) · https://claudary.paisolsolutions.com
