Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Search crates.ioNew to Visual Studio Code? Get it now.
Search crates.io

Search crates.io

belfz

|
39,488 installs
| (4) | Free
crates suggestions for your Rust project's Cargo.toml file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

search-crates-io README

Rust's crates suggestions in your Cargo.toml file (based on crates.io search API);

Features

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.

suggestions

Info

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.

TODO

  • add tests

Release Notes

1.2.1

  • Avoids using activeEditor (closes #1)

1.2.0

  • Activates suggestions only if the line lies within [dependencies] section.

1.1.1

  • Replaces whole line when suggestion is applied, despite of the cursor position in the line.

1.0.0

  • Adds crates' logo.
  • Completes the package.json fields required/suggested by the VSC extensions guidelines.

0.0.1

Basic functionality.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft