c++ - Visual Studio, find/replace text within all files inside a certain Filter (of Solution Explorer) -


after searching 1 month, still don't find how it.

i using visual studio 2015, , create lot of filter in solution explorer.

  • all of .cpp , .h, in same windows folder, in different visual studio's filter.

i want replace words of files within filter

  • e.g. replace occurrences of "customarray()" "ca".

i don't want action take effect on whole project.

i tried :-

edit > find in file 

but didn't find option limit affect filter.

is there way achieve it?

edit

i want affect files inside filter.

i don't want solution affect files inside window folder.

example

the whole project consists of files f1.h, f2.h, , f3.h.

they inside c:/fs (without subdirectory), f1.h & f2.h inside a_filter_name filter.

i want one-pop-up solution of "replace all" affect f1.h & f2.h.

close files, open files filter (select of them shift+click, in windows explorer, , press enter), in search form use option "all open documents".


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -