Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 and Resharper's goto implementation

In my case I can be writing code in a controller class of an ASP MVC project and use the "Go to Implementation" feature (Ctrl+f12), then instead of going to my implementation it presents a popup asking me to choose between the implementation in my source or the implementation in the DLL.

I would almost never want to dive into the DLL, so my question is: Is there a way to configure resharper, Visual Studio, or something else to ignore my DLL's when searching for implementations to navigate to. I've tried looking and haven't been able to find anything relavent in the options or on the internet.

like image 364
mattroid Avatar asked Mar 11 '13 17:03

mattroid


1 Answers

Resharper 8 have menu into visual studio 2012:

Resharper -> Options -> Tools -> External Sources

There are few options for navigations through external code, maybe you could find some useful options there. Sorry for answer type - still can not comment.

like image 69
Diaz Avatar answered Oct 20 '22 14:10

Diaz