Tagged Questions

11
votes
3answers
2k views

Visual Studio - I want “Go To Definition” to open Object Browser, not “metadata”

In Visual Studio version 2002 and 2003 "Go To Definition" would find the selected type or member in the Object Browser. In 2005 onwards it opens a source window "generated from metadata" instead. How ...
1
vote
1answer
124 views

Go to definition for F# library

It is probably a trivial question. But how can I link the F# source code to the Visual Studio so that "Go to definition" would work for F# functions (such as Seq.iter etc.)?
1
vote
1answer
66 views

Is there a way to change what is stored on the “Go To Definition” stack in Visual Studio 2008 (and 2005)?

Visual Studio 6 had the 'Go To Definition' (and 'Go To Declaration' functionality) just like Visual Studio 2005 & 2008. Oh, actually, not quite like those two. For some reason, not only are the ...