this extension for quick open file or folder by hot key
Why I need this?
this extension looks like ctrl+p,now let's talk about its shortcomings:
it can not open unopened files quickly
it can not keep the file's history all the time
flashOpen faster than it,flashOpen can open specify the file by shortcut keys,this usually helps in writing notes quickly or check the documentation.
sometimes some private folders will be stored in a single folder, such as dropbox,when you want to quickly view the file in the dropbox, and do not switch the current workspace,flashOpen will be helpful
Features
quick open file, by hot key or command,keyboard shortcuts: alt+o
quick shows a folder selection list. by hot key or command,keyboard shortcuts: ctrl+alt+o
You can specify ignored files
You can specify ignored folders
Extension Settings
flashOpen.filePath: quickly open the specified file,e.g.,'E:\workspace\note.txt'
flashOpen.folderPath: quickly open the specified folder,e.g.,'E:\workspace'
flashOpen.fileIgnore: the specified file is not displayed in the list,e.g.,'['doc','jpg','pptx']'
flashOpen.folderIgnore: the specified folder is not displayed in the list ,e.g.,'['node_modules']'