Lsp banner
nuanced-dev nuanced-dev

Lsp

Development community

Description

Nuanced LSP is a containerized code navigation service

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Nuanced LSP - Precise code navigation via an API

Originally forked from [agentic-labs/lsproxy](https://github.com/agentic-labs/lsproxy).

[Reference Documentation](docs/overview.md)

What is Nuanced LSP?

Nuanced LSP is a containerized code navigation service.

  • Nuanced LSP is designed to provide precise code navigation to agents or other tools.
  • It allows using LSP capabilities where setting up locally running LSP servers is impossible or undesirable (e.g., in cloud deployments). It is not meant to replace local LSP servers for IDE use.
  • It exposes LSProxy's API to access code navigation information.

It supports [multiple languages](#supported-languages) and helps retrieve code context and symbol resolution and symbol relationships for a mounted workspace.

Key features

  • Precise Cross-File Code Navigation: Find symbol definitions and references across your entire project.
  • Unified API: Access multiple language servers through a single API.
  • Auto-Configuration: Automatically detect and configure language servers based on your project files.
  • SDK: A Nuanced LSP TypeScript SDK is available for programmatic access along with a CLI.

Supported languages

Language Image Language Server
C/C++ nuanced-lsp-clangd clangd
C# nuanced-lsp-csharp omnisharp
Golang nuanced-lsp-golang gopls
Java nuanced-lsp-java eclipse-jdtls
PHP nuanced-lsp-php phpactor
Python nuanced-lsp-python