A language server supporting several tools and package managers:
Provides autocomplete, diagnostics for out-of-date versions, and more.
Check out the features and screenshots sections for a full overview.
The language server can be installed as an extension from:
- The Visual Studio Marketplace (VSCode)
- The Open VSX Registry (Cursor, Windsurf, ...)
- Autocomplete for names and versions
- Hover for information - includes description, links to documentation & more
- Diagnostics:
- A newer version is available
- The specified tool / package / version does not exist
- Quick actions on diagnostics - update to newest version
Additionally, the language server provides syntax highlighting for:
The VSCode extension can be compiled and installed locally:
- Clone the repository
- Install Just, Rust, VSCE and the VSCode CLI
- Run
just vscode-install
in the repository to install the extension