Replacement of Delphi IDE "Sync Edit" in Visual Studio -


Delphi IDE (Borland Developer Studio 2006) features a feature that allows to edit some variables in "sync mode".

For example if you have such a code snippet:

The text you want to modify You can select (the whole process in this case) and start editing a variable name. It will be edited at all places (except string literals):

This is different from refactoring because the scope of change is limited. Its simple and fast I like this feature.

Now I have started using Visual Studio for the last few days and have not missed anything like this. Can you suggest anything to get the same effect in Visual Studio?

For this feature you can probably use codec from Dev Express.

There is something like this in it.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -