This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Feature request: auto-complete version number in Cargo.toml #855
Labels
enhancement
Indicates new feature requests
I just got this idea when starting a new project recently and wanted to share it to see if it was possible.
When creating a new project, I always find myself adding a couple of dependencies. The procedure is always:
Cargo.toml
cargo search <dep>
Cargo.toml
It would be really cool if the RLS (or the VSCode extension?) could quickly lookup the existing versions for a given package and propose the most recent one as auto-completion.
Would this be an appropriate feature for the RLS? And is this possible to implement within the current code base?
The text was updated successfully, but these errors were encountered: