There is a feature in Delphi IDE (Borland Developer Studio 2006) which allows to edit some variable in "sync mode". For example if you have a code snippet like this: 2qdo8sz.png
You can select the text you want to modify (in this case the complete procedure) and start editing a variable name. It will be edited at all the places (except string literals): dzvyi9.png
It is different from refactoring since the scope of change is limited. Its simple and fast. I loved this facility.
Now I have started using Visual Studio for past some time and miss something like this. Please can you suggest anything to achieve the same effect in Visual Studio?