If you have written a sourcecode with 10 000 row in C# and you need to change the variable’s name candy into candies and the word candy is located in different position in the same class. I wanna to change the name of the variable being located in different places only one time.
Is there a plugin or tool for Visual studio or a functionality in VS2010?
If you understand you correctly, you simply need to right-click the variable:
Refactor -> Rename....