Archive

Archive for the ‘.NET’ Category

Visual Studio 2008 – Go to implementator

Marzec 23rd, 2011

By default Visual Studio 2008 sends you to definition of a method when you press F12. If you do this on a variable declared as an interface it will send you to interface instead of implementing class - which in most cases is not very useful.

There is a workaround using a plugin written by Miha Markic. Go and check it out.

Note: Plugin used with Code Rush 10.2 is listed at the very bottom. And if you have any problems with instalation check Miha's previous post and comments.

.NET