Rust's crates suggestions in your Cargo.toml file (based on crates.io search API);
This extension provides crates suggestions while editing the Cargo.toml file in your Rust project.
Type in the name of the crate and wait for suggestions to appear, or hit ctrl+space
.
This project uses the crates.io's official logo (a verbal consent has been granted by Mozilla representative), but it is NOT officially endorsed by the Rust project.
- add tests
- Avoids using
activeEditor
(closes #1)
- Activates suggestions only if the line lies within
[dependencies]
section.
- Replaces whole line when suggestion is applied, despite of the cursor position in the line.
- Adds crates' logo.
- Completes the package.json fields required/suggested by the VSC extensions guidelines.
Basic functionality.