npx claudepluginhub nuanced-dev/lsp --plugin lspOriginally forked from agentic-labs/lsproxy.
Nuanced LSP is a containerized code navigation service.
It supports multiple languages and helps retrieve code context and symbol resolution and symbol relationships for a mounted workspace.
| 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 | jedi-language-server |
| Ruby | nuanced-lsp-ruby-VERSION | ruby-lsp |
| Ruby (Sorbet) | nuanced-lsp-ruby-sorbet-VERSION | sorbet |
| Rust | nuanced-lsp-rust | rust-analyzer |
| TypeScript/JavaScript | nuanced-lsp-typescript | typescript-language-server |
We aim to support the Ruby versioned released in the last year.
Start using Nuanced LSP using the TypeScript client.
See the docs/ for more detailed documentation.
Nuanced LSP is maintained but not under active development. We do accept bug fixes, documentation improvements, and small, well-scoped extensions. Supporting larger extensions, feature requests, or support with custom integration and deployment scenarios are out of scope.
For more details see support and contribution guidelines.
This work is licensed under the terms of the MIT license. For a copy, see LICENSE or https://opensource.org/licenses/MIT.
Share bugs, ideas, or general feedback.
Semantic code analysis via LSP. Navigate code (definitions, references, implementations), search symbols, preview refactorings, and get file outlines. Use for exploring unfamiliar codebases or performing safe refactoring.
Java language server
Modern Ruby language server by Shopify
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence