/cargo-bin

Cargo Crates Runner for VSCode

Primary LanguageTypeScriptMIT LicenseMIT

Cargo Bin

VSCode Command Runner for any Cargo Crates CLI

  • A Quick ,and simple way to launch cargo crates cli / commands on Vscode

See Demo on youtube:

Watch the video

Usage

  1. Press CMD +SHIFT+ P , select Cargo Runner , press ENTER
  2. Pick among the listed Cargo Commands e.g. cargo-nextest,press ENTER
  3. You will be shown Commands and options (prefix with --) , you can choose a command and press ENTER or immediately press ENTER to avoid choosing anything and do the manual overrides at the last step.
  4. Last Step, Add any arguments you want e.g. --package example --bin example -- test::test_fn

Keymap

The Command is binded to alt+f1 or option+f1 on mac