Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does vs code prefix my file search with a hash? i.e. '#'

When I search for files in vs code I press CMD+T and a popup appears so I can search my projects files.

For some reason the search input box defaults with a hash '#' which I always have to first delete before typing in the filename I want to search for.

Is there a way to remove this and why does it do this in the first place?

like image 766
Blankman Avatar asked May 14 '20 09:05

Blankman


1 Answers

CMD+T is the keyboard shortcut for 'Go to symbol' not file search. If you are looking for files, CMD+P is the keyboard shortcut on macOS. screenprint

like image 139
Daniel Battaglia Avatar answered Nov 15 '22 11:11

Daniel Battaglia