Is there any tool may provide the functionity changing variable's name automaticlly through entire c

  • Thread starter Thread starter zlf
  • Start date Start date
Z

zlf

Hi,
When programming, some time there is a need to change some variables'
name while finding a better name. However manually change it one by one is
so tedious and time-consuming.
What I am looking for is a tool that may provide the functionity
automaticlly changing variable's name through entire code.
Please tell me if you know that no matter it is specialized to C++,C# or
C. Any lanugage is welcome. Thx.

zlf
 
zlf said:
Hi,
When programming, some time there is a need to change some variables'
name while finding a better name. However manually change it one by one is
so tedious and time-consuming.
What I am looking for is a tool that may provide the functionity
automaticlly changing variable's name through entire code.
Please tell me if you know that no matter it is specialized to C++,C#
or C. Any lanugage is welcome. Thx.

If you search for ".net refactoring" with google there are a lot of hits.
Maybe one of them can help.
 
Hi,
By searching for ".net refactoring" with google I found a tool named
"ReSharper" and it is great.
BTW: Eclipse is intergated with such refactoring tool too.

Thank you

zlf
 
Hi,
search & replace is OK. And I just find a refactor tool such as
"ReSharper" can make it more automaticlly. Thank you all the same.

zlf
 
Back
Top