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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -