DCSIMG
C#,Visual Studio - .NET Geek

.NET Geek

"It is upon the Trunk that a gentleman works" - Confucius

Browse by Tags

All Tags » C# » Visual Studio (RSS)
CodeRush Plugin – Navigate to Implementation Part 4
This is the last post in series on developing the navigate to an implementing method plugin. Here are links to the previous posts, part 1 , part 2 and part 3 . Just to recap, the goal of the plugin is to be able to position the caret (what most people call the cursor), on a method call on an interface variable and navigate to specific implementations of the method. In this post we’ll look at how we navigate to the correct method. The call to navigate is made when the navigation provider (part of...