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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -