An open API service indexing awesome lists of open source software.

https://github.com/codeitlikemiley/cargo-bin

Cargo Crates Runner for VSCode
https://github.com/codeitlikemiley/cargo-bin

Last synced: 16 days ago
JSON representation

Cargo Crates Runner for VSCode

Awesome Lists containing this project

README

          

# 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](https://img.youtube.com/vi/GSry26wY7Tc/0.jpg)](https://youtu.be/GSry26wY7Tc)

## Usage

1. Press CMD +SHIFT+ P , select `Cargo Runner` , press ENTER
1. Pick among the listed Cargo Commands e.g. `cargo-nextest`,press ENTER
1. 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.
1. 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