deps-lsp
Language Server Protocol implementation for dependency management.
Features
- Multi-ecosystem — Cargo.toml, package.json, pyproject.toml, go.mod
- Inlay Hints — Show latest versions inline
- Hover Info — Package descriptions and version lists
- Code Actions — Quick fixes to update dependencies
- Diagnostics — Warnings for outdated/yanked packages
Installation
Usage
Supported Editors
- Zed — Install "Deps" extension
- Neovim — Configure with lspconfig
- Helix — Add to languages.toml
See the main repository for full documentation.