Navigating to actual source with Resharper

resharper, visual-studio

Solution

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.

Problem

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?

Original source

Related problems