While using Ctrl-P, you can type the full path of the file, so if i have two files named bar you can search on Ctrl-P with
“foo/bar” or with “qux/bar”
Vscode uses fuzzy search (like so many others), so you don’t have to actually type the whole thing.
There is no way, to my knowledge and research, to find and be directed to a specific directory.
Related Contents:
- How do I search for files in Visual Studio Code?
- Multiline editing in Visual Studio Code
- How can you create multiple cursors in Visual Studio Code
- How do I move the panel in Visual Studio Code to the right side?
- Method List in Visual Studio Code
- How to exclude folder from “Explore” tab?
- How to change environment’s font size?
- How can I open Visual Studio Code’s ‘settings.json’ file?
- How to set per-filetype tab size?
- How do I format all files in a Visual Studio Code project?
- How to indent/format a selection of code in Visual Studio Code?
- How to reset settings in Visual Studio Code?
- How do you change the formatting options in Visual Studio Code?
- Multirow Tabs for VSCode
- Restore a deleted file in the Visual Studio Code Recycle Bin
- VSCode: Open file from file explorer with Enter key on Mac OSX
- Multiline regular expression search in Visual Studio Code
- How to open the lightbulb via shortcut?
- Refresh Visual Studio Code list of files
- how to add Intellisense to Visual Studio Code for bootstrap
- VSCode keybinding to hide Explorer
- How to set up devices for Visual Studio Code for a Flutter emulator
- Select matching element/rename HTML tag in Visual Studio Code
- How to trigger documentation popup in vscode
- Create Custom Language in Visual Studio Code
- How to disable “just my code” setting in VSCode debugger?
- How do I change VS Code Settings to use JetBrains Mono Font
- VS Code Denied Permission unlink ‘usr/local/bin/code’
- How can I globally set the PATH environment variable in VS Code?
- Is there a way in vscode to enable syntax highlighting without saving the file? [duplicate]
- How can I change cursor color in VSCode?
- Is there a way in vscode to only zoom in on the editor
- How to get rid of “Terminal will be reused by tasks, press any key to close it.” behaviour?
- VS Code Remote SSH Connection not working
- NPM scripts not showing in the explorer sidebar
- Is there a shortcut to move focus to the sidebar in Visual Studio Code?
- Where are Visual Studio Code log files?
- Configure Emmet for JSX in VSCode
- Black does not support “Format Selection” command
- Change background colour for Visual Studio Code
- Using VSCode, how do I compare two non-consecutive commits on a file in Gitlens
- How to change indent guide line color between brackets in VSCODE?
- How to transfer VSCode key mapping on windows to ubuntu
- VSCode hide top-right icons
- VS Code – Turn off auto close tags, but leave on autocomplete
- Auto update isn’t working in VSCode: Could not create temporary directory: Permission denied
- VSCODE & GitHub Desktop pre-commit hook: npx: command not found
- How to change default browser with VS Code’s “open with live server”?
- Visual Studio Code – find and remove entire line
- How to scroll without moving my cursor in Visual Studio Code from the Keyboard