Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Navigating to actual source with Resharper

In Visual Studio, when I ctrl-click (or ctrl-b) on a symbol from an external project, Resharper takes me to the decompiled view of the source.

I have a copy of the actual source on my computer in a different folder. How can I tell Resharper the location of this code so that I can navigate to it directly, rather than decompiled source?

Also, how can I make sure that I can step into this external code, rather than stepping over it?

like image 826
cbp Avatar asked Sep 05 '25 03:09

cbp


1 Answers

In ReSharper Options, navigate to the External Sources tab and click the Advanced... button. This lets you create mappings to folders where your sources actually are.

like image 99
Dmitri Nesteruk Avatar answered Sep 09 '25 01:09

Dmitri Nesteruk