Skip to content

Repository files navigation

Nuanced LSP - Precise code navigation via an API

Originally forked from agentic-labs/lsproxy.

Reference Documentation

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 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

LanguageImageLanguage Server
C/C++nuanced-lsp-clangdclangd
C#nuanced-lsp-csharpomnisharp
Golangnuanced-lsp-golanggopls
Javanuanced-lsp-javaeclipse-jdtls
PHPnuanced-lsp-phpphpactor
Pythonnuanced-lsp-pythonjedi-language-server
Rubynuanced-lsp-ruby-VERSIONruby-lsp
Ruby (Sorbet)nuanced-lsp-ruby-sorbet-VERSIONsorbet
Rustnuanced-lsp-rustrust-analyzer
TypeScript/JavaScriptnuanced-lsp-typescripttypescript-language-server

We aim to support the Ruby versioned released in the last year.

Getting started

Start using Nuanced LSP using the TypeScript client.

Documentation

See the docs/ for more detailed documentation.

Support and Contributing

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.

License

This work is licensed under the terms of the MIT license. For a copy, see LICENSE or https://opensource.org/licenses/MIT.

About

Nuanced LSP is a containerized code navigation service

Resources

Contributing

Stars

20 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages