File Navigator is a VSCode extension which enables simple file navigation through the VSCode menus, relative to the currently open file.
- Single command: open from the context menu or with the default key binding,
CTRL+L
(CMD+L
on Mac) - Fuzzy search files in the directory listing
- Select
..
to go to parent directory - Great for navigating to hidden files and directories such as
.git/
andnode_modules/
See CHANGELOG.md for more details.
Initial release of file-navigator
UI improvements and Create Folder
Add placeholder to picker. Thanks @kav137
Fix bug where placeholder would sometimes not appear
- Rename "Create File" to "Create File (New)" #4 - Thanks @wildeyes
- Fix bug where Create File would not work.