- support search file using relavtive path like './src/hello.h'
- support search file using absolute path like '/(project_root_path)/src/hello.h'
- support pick from recently opened files
- support multiple workspace folders
Hit Ctrl + Shirft + P
and input 'FilePicker', you'll see:
> FilePicker: Search Files
> FilePicker: Build Search Database
- Exclude certain directories that you don't want them to be scanned in the follow up step (optional)
- Built the search database (mandatory, one time)
note:- you have to manually execute this command, because this would take a few seconds for a large project, like the AOSP project;
- when files changed a lot in the workspace, files deleted/renamed/added, you might want to re-execute this command again, because the feature of watching files changes and re-indexing them aren't implemented yet, 0_0||.
- Search for files That's it!
Visit https://github.com/wwm0609/quickfilepicker/ and file an issue
- test on Windows
Clone this project into your local disk and open it in vscode, press F5, there you go!