In IntelliJ IDEA, overridden methods are indicated with a blue circle and o icon at the left margin. This means, when I click on the method and press CTRL+U, IDEA can take me to the class method that’s being overridden.
Is there an equivalent command in Visual Studio 2010, including extensions that make it possible to do it? I want a shortcut to navigate from a C# overridden method onto virtual method.
NEXT:
IntelliJ IDEA also indicated if a method is being overridden, and again, an appropriate icon at the left margin. This means, when I click on the method and press CTRL+ALT+B, IDEA can show me a drop-down list of methods that overridden it.
Is there an equivalent command in Visual Studio 2010, including extensions that make it possible to do it?
You will have this behavior if you install ReSharper. This is documented here. Bare VS 2010 does not offer such shortcuts.
Both ReSharper and IntelliJ are the products of the same company: JetBrains, located in Russia.