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

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -