Reveal in File Manager

Open the current file's folder in your system file manager with one click.
Features
Installation
Marketplace Installation
- Install from VS Code Marketplace
Manual Installation from Source
- Clone the repository:
git clone https://github.com/wtk49/reveal-in-finder.git
cd reveal-in-finder
- Build the extension package:
npm install
npm run package
- Install in VS Code:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X/Cmd+Shift+X)
- Click the ⋯ menu → "Install from VSIX"
- Select the generated .vsix file from the project root
Usage
Click the folder icon in the editor toolbar or:
- Command Palette (
Ctrl+Shift+P ) → "RIF: Open Current File Path"
For Linux Users
Ensure xdg-utils is installed:
sudo apt install xdg-utils # Debian/Ubuntu
sudo dnf install xdg-utils # Fedora
| |