Sometimes when I am working away on a project, I will hit my button for 'go to definition' (F12 is the default I think) on a class or method or whatever. Great! This works like a dream expect for cases where I have code that is built into an assembly. In these cases the 'definition' is contained in a generated '[from metadata]' file. Of course this makes sense, especially for 3rd party stuff, but what about cases where I know where the source code is located? Is there a way I can Visual Studio to put in the extra effort to navigate to the code? Is there a macro or something out there that can do this? Am I doomed?
p.s.
I know that Resharper and similar tools can probably do this, but I don't have them so let's just rule those type of answers out now.