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?