A language server supporting several tools and package managers:
Provides autocomplete, diagnostics for out-of-date versions, and more.
Check out the features section for a full list of features.
The language server can be installed as an extension from:
- The Visual Studio Marketplace (VSCode)
- Autocomplete for names and versions
- Hover for information - includes description, links to documentation & more
- Diagnostics:
- A newer version is available
- The specified tool / package does not exist
- Unsupported platform / architecture / name
- Quick actions on diagnostics - update to newest version
Cargo
Not yet implemented:
- Autocomplete for dependencies - features
Foreman
Not yet implemented:
- Everything supported by Aftman
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