Visual Studio: exclude generated files from search
-
Dear Qt users,
I am wondering if someone has found a smart way to exclude moc_* and ui_* files from a search in Visual Studio.
I use CTRL+SHIFT+F a lot and most of the time and I don't want to get results from these generated files.
Any tip would be warmly welcomed![edit: fixed typo in title, Eddy]
-
you could try something like:
@??[!][!]*.h @
It's not so simple for me because I'm not a guru of the regexp. And this don't seek at file like "my_include.h".
"Here the reference":http://msdn.microsoft.com/en-us/library/afy96z92.aspx
-
Ultra Find is a Find in Files substitute for Visual Studio 2010.
http://blog.arainia.com/2010/08/ultra-find.htmlBut I cannot find this extension anywhere.