VS 2005 is full of surprises

Just found a new key combination in Visual Studio 2005.

[Ctrl] + [R] + [R] <—- Rename symbol.

It allows you to rename the currently selected symbol. This feature automatically locates the file containing the local source code that defines the symbol, renames the symbol and updates all references to that symbol.

Pretty cool, huh…

No comments yet

Leave a reply