Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Shell ShortcutNew to Visual Studio Code? Get it now.
Shell Shortcut

Shell Shortcut

hi-ogawa

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

vscode-extension-shell-shortcut

This extension allows executing shell commands from the editor based on a currently opened file. It can function as an alternative for various single-purpose extensions, e.g.

  • https://github.com/euskadi31/vscode-json-pretty-printer
  • https://github.com/hyeongyun0916/GZIP_Decompressor
  • https://github.com/song-fangzhen/chromium-source-opener
Show Demo

Screencast

In addition to directly writing a command from input, you can also provide presets from configuration. See src/test/demo-workspace/.vscode/settings.json for an example.

development

pnpm i
pnpm dev
pnpm lint
pnpm test
cp -r .vscode-example/. .vscode  # then hit F5 to open src/test/demo-workspace

# publish dist/package/shell-shortcut-x.x.x.vsix to marketplace
# https://code.visualstudio.com/api/working-with-extensions/publishing-extension
pnpm build
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft