Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madarauchiha/vscode-file-navigator
VSCode extension to add a simple keyboard only file navigator, activate with CTRL/CMD+L
https://github.com/madarauchiha/vscode-file-navigator
vscode vscode-extension
Last synced: 18 days ago
JSON representation
VSCode extension to add a simple keyboard only file navigator, activate with CTRL/CMD+L
- Host: GitHub
- URL: https://github.com/madarauchiha/vscode-file-navigator
- Owner: MadaraUchiha
- License: wtfpl
- Created: 2021-03-08T17:07:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T19:31:56.000Z (about 2 years ago)
- Last Synced: 2024-10-19T23:19:51.399Z (26 days ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=MadaraUchiha.file-navigator&ssr=false
- Size: 2.4 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# file-navigator
File Navigator is a VSCode extension which enables simple file navigation through the VSCode menus, relative to the currently open file.
## Features
- 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/` and `node_modules/`## Demo
![demo](assets/file-navigator-demo.gif)
## Release Notes
See [CHANGELOG.md](CHANGELOG.md) for more details.
### 1.0.0
Initial release of file-navigator
### 1.0.2
UI improvements and Create Folder
### 1.1.0
Add placeholder to picker. Thanks @kav137
### 1.1.1
Fix bug where placeholder would sometimes not appear
## v1.1.2
- Rename "Create File" to "Create File (New)" [#4](https://github.com/MadaraUchiha/vscode-file-navigator/pull/4) - Thanks @wildeyes
## v1.2.0
- Fix bug where Create File would not work.