An integrated, keyboard driven file selector for VS Code, inspired by Emacs's Helm file selector.
This is what this extension gives you:
file-browser.open
to Ctrl+O
(or C-x C-f
if
you're an Emacs expat) and enjoy the lack of OS file dialog clutter.Tab
to autocomplete.~/
into the search box, or step up to the parent folder
by typing ../
.Ctrl+A
on any file or folder.Copyright 2020 Bodil Stokke
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.