Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>File PortalNew to Visual Studio Code? Get it now.
File Portal

File Portal

Regulus-A

|
5 installs
| (0) | Free
Quickly open a portal to paired files like .vue and .js with a single shortcut.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🚀 File Portal

Quickly open a portal to paired files like .vue ↔ .js with a single shortcut.
No more hunting through folders or tabs — just jump and go.


✨ Features

  • 🔁 Instantly jump between paired file extensions (e.g. .vue ↔ .js)
  • ⚡ Trigger with a single shortcut: Ctrl+Alt+J
  • 🧠 Smart pairing logic — works both directions
  • 🛠 Customizable extension pairs via settings

🛠 Usage

  1. Open a file (e.g. Component.vue)
  2. Press Ctrl+Alt+J
  3. File Portal will open the paired file (e.g. Component.js) if it exists

⚙️ Configuration

You can define your own file extension pairs in settings.json:

"filePortal.pairs": {
  ".vue": ".js",
  ".js": ".vue",
  ".ts": ".html",
  ".html": ".ts"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft