Adjacent
A VS Code extension that lets you quickly open files in the same directory as
your current file.
Features
- Quickly access files in the same directory
- Works similar to
workbench.action.quickOpen but limits results to the
current directory
Usage
- Open the command palette (cmd+shift+p)
- Run the "Adjacent: Quick Open" command
Installation
- Launch VS Code
- Go to Extensions (cmd+shift+x)
- Search for "Adjacent"
- Install and reload VS Code
Building from Source
git clone https://github.com/mskelton/vscode-adjacent.git
cd vscode-adjacent
npm install
# Press F5 to launch the extension in development mode
| |