Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>runstNew to Visual Studio Code? Get it now.
runst

runst

Felipe Coury

|
269 installs
| (0) | Free
Quick execution of Rust tests
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

runst - Speedy Rust Test Runner

Runst is a very simple Rust test remembers your last executed tests and allow you to retrigger it with a simple key combo. It also supports cargo watch and can run unit and integration tests.

runst demo

Keyboard shortcuts

Function Mac Shortcut Linux/Windows Shortcut
Run test under cursor ⌘⇧A (Cmd+Shift+A) Ctrl+Shift+A
Re-run last test ⌘⌃A (Cmd+Ctrl+A) Ctrl+Shift+R
Run all tests (cargo test) ⌘⌃T (Cmd+Ctrl+T) Ctrl+Shift+T
Toggle test run/watch mode† ⌥T (Opt+T) Ctrl+Shift+T

† Requires cargo-watch to be installed.

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