Visual Studio 'Find and Surround With' instead of 'Find and Replace' -


so want surround string literals in our c++ source _t(...) our unicode port.

this questions answers how search string literals there way of surrounding matched text _t() instead of replacing else?

i intend 1 string @ time anyway , not @ once want avoid having type out or use "surround with" visual assist myself each string.

goto: edit|find , replace...|quick replace.. enter:

find: :q replace : _t(\0) use: regular expressions 

Comments