🚀 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
- Open a file (e.g.
Component.vue )
- Press
Ctrl+Alt+J
- 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"
}
| |