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

Open in Finder

Fabio Spampinato

|
5,019 installs
| (2) | Free
Adds a few commands for opening the current file or project in Finder.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Open in Finder

Logo

Adds a few commands for opening the current file or project in Finder.

There's already a Files: Active File in Finder command, but it doesn't work if there is no currently active file, in that case this extension opens the root path of the project.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-open-in-finder

Usage

It adds 2 commands to the command palette:

'Open in Finder' // Open the current file or project in Finder
'Open Root in Finder' // Open the current project in Finder

Hints

  • Shortcut: you might want to map the default shortcut for the Reveal Active File in Finder action to this extension, add this to your keybindings.json file:
  { "key": "cmd+k r", "command": "openInFinder.open" }

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft