Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>crates-cmpNew to Visual Studio Code? Get it now.
crates-cmp

crates-cmp

washan

|
134 installs
| (0) | Free
Code completion for Cargo.toml
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

crates-cmp

Why I write Rust tool in js and everyone else is writing js tool in Rust?

[!WARNING] Alpha stage

Demo video

Usage

  • Require Even Better Toml. I didn't test other toml extensions.

  • If you saw a lot of empty strings in scenario like serde = "", I believe it's the auto completion from Even Better Toml's cargo.toml schema.

Configuration

{
    "crates-cmp.crates.sparse-index.url": "https://index.crates.io",
    // This feature require [cargo-audit](https://crates.io/crates/cargo-audit)
    "crates-cmp.cargo.audit.enable": false
}

Copied from

  • https://github.com/serayuzgur/crates
  • https://github.com/jedeop/crates-completer
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft