Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>IntelliJ Select Opened FileNew to Visual Studio Code? Get it now.
IntelliJ Select Opened File

IntelliJ Select Opened File

Evtim Takev

|
1 install
| (0) | Free
Adds an IntelliJ-style button to reveal the active editor file in the Explorer.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

IntelliJ Select Opened File

Adds an IntelliJ-style Select Opened File button to the VS Code Explorer title bar.

When clicked, the extension reveals the currently active editor file in the Explorer and expands its parent folders, matching the common IntelliJ project tree navigation workflow.

Development

npm install
npm run compile

Press F5 in VS Code to launch an Extension Development Host and test the button in the Explorer view.

Install Locally

npm run install:extension

This packages the extension into intellij-select-opened-file.vsix and installs it into your local VS Code.

Publish

Before publishing, replace "publisher": "local" in package.json with your real Visual Studio Marketplace publisher ID. You also need to be logged in with vsce login <publisher> or set a VSCE_PAT environment variable.

npm run publish:extension
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft