VSCode Extension "file-locate". Easily locate file on your disk (even if it's out of your workspace) and open it in vscode.
Add the command "Locate File" in your palette, that use the selected word in editor to look for file on your disk and open it.
You should have the "locate" binary on your system. Instead you can "sudo apt-get install locate" on ubuntu.
None
Won't work on system who don't have locate
See here: https://github.com/phw/peek
npm install -g vsce
vsce login TwanoO67
vi package.json
to update version numbervsce publish
- Update description and add demo
- Filter search string with slashes and backslashes
Initial release