How to rename many variable names at once (c/c++) -


is there tool allow me rename large number of variable names @ once.

i have large number of variables want put c structure , therefore, need add param. beginning of each name included in structure.

if want @ once, put regular expression advanced search/replace function. ^(name1|name2|name3)$ ought work. no guarantee won't catch other things besides variable uses (in particular, variable declarations). if want that, have work clang's tooling.


Popular posts from this blog

Toyota Camry

Delphi interface implements -

ios - UISlider customization: how to properly add shadow to custom knob image -