Seamlessly navigate between sibling files with a beautiful visual interface. Designed for the Zen Mode developer, Prox allows you to quickly cycle through component files (like Angular's .ts, .html, .scss) without ever touching the mouse or sidebar. Stay in the flow.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Seamlessly navigate between sibling files with a beautiful visual interface. Designed for the Zen Mode developer, Prox allows you to quickly cycle through component files (like Angular's .ts, .html, .scss) without ever touching the mouse or sidebar. Stay in the flow.
Features
Quick Pick Switch: Press Ctrl+Alt+U to see all siblings and switch instantly.
Cycle Navigation: Use Alt+I (Next) and Alt+U (Previous) to rotate through files.
Settings Access: Access the extension settings via the command palette with Prox: Open Settings.
Smart Tab Management: Automatically reuses tabs or opens new ones based on your configuration and document state (e.g., keeping dirty files open).
Extension Settings
This extension contributes the following settings:
prox.excludePatterns: Glob patterns to exclude from sibling file listing (e.g. **/node_modules/**).
prox.openNewTabAsPreview: If true, new tabs will be opened as preview tabs.
prox.closeCurrentTab: If true, the current tab will be closed after opening the sibling file to reduce clutter.