It supports multiple languages and resolves relationships between code symbols (functions, classes, variables) anywhere in the project - which can be

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-06 17:00:09

It supports multiple languages and resolves relationships between code symbols (functions, classes, variables) anywhere in the project - which can be used to help AI assistants navigate a codebase or build custom code RAG systems.

lsproxy runs Language Servers and ast-grep under the hood, giving you precise search results without the headache of configuring and integrating language-specific tooling.

The easiest way to get started is to run our tutorial! Check it out at demo.lsproxy.dev It's also super easy to run lsproxy on your code! We keep the latest version up to date on Docker Hub, and we have a Python SDK available via pip.

We appreciate all contributions! You don't need to be an expert to help out. Please see CONTRIBUTING.md for more details on how to get started.

Leave a Comment