Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Terminally SwellNew to Visual Studio Code? Get it now.
Terminally Swell

Terminally Swell

Josiah Powell

|
712 installs
| (0) | Free
Runs node on current file or Opens Terminal Here.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Terminally Swell

Description

Visual Studio Code Extension that provides shortcut keys for a new terminal.

  • shift+alt+s / shift+option+s will run "npm start" in a new terminal on the nearest directory containing a package.json file
  • shift+alt+n / shift+option+n will run "node {currentFile}" in a new terminal.
  • shift+alt+t / shift+option+t will run "npm run test" in a new terminal (experimental).
  • shift+alt+u / shift+option+u will run "git push heroku master" in a new terminal (experimental)
  • shift+alt+p / shift+option+p will open a new terminal to the current file location.

Requirements

  • Node must be installed and the active file must be of type .js extension for all node commands.
  • Git must be installed for all git commands.
  • Heroku must be installed for heroku commands.
  • npm must be installed for npm commands.

Author

Author: JOSIAH POWELL

GitHub: JoePall

Made with ❤ and ☕ from Overbrook, KS

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