Excluding files with a specific substring in their name from Visual Studio search -
in huge solution, searching text using ctrl + shift + f shows search result sort of files. want exclude files name containing particular substring test
or test
, e.g. footest.cpp
, bartest.cpp
, etc.
likewise, see tons of such files in search result. not interested inside them, don't affect call flow matters.
is possible remove testing related files in search result in visual studio?
Comments
Post a Comment