How to easily find a file in a project?
I'm looking for a shortcut key like Alt-Shift-F that opens a small window where I can type a file name I'm looking for. But I didn't even find a feature "look for files by file name". Please help
Please sign in to leave a comment.
Navigate | File
for me 'Find in path' is ctrl+shift+f
The shortcut to the file name for me is:
ctrl+shift+n
Its one of my most used shortcuts.
you can also use the wildcard in there. like entering '_row.tpl' does not find any results you can change it to '*_row.tpl' to return 'project_row.tpl' 'services_row.tpl' etc.