go-to-definition

Eclipse "go to definition" problem

I'm using PyDev for eclipse and am experiencing some issues with "go to definition". It works for most modules, but for some site packages it does not. It does the "bump" sound and then nothing happens. One of the packages that doesn't work is Twisted, which is weird since the source is included and right there. Any idea how to fix this?...

Can I see the "final" C# code when viewing an interface's methods?

What I'm trying to say is, if an object is defined as an interface, then instantiated from a class factory, is it possible in VS 2008 to right click on a method call from that object and see the real code, instead of the interface's empty signature? In other words there's a lot of this in our code: ISomeInterface myObject = ObjectCrea...

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 'Go To Definition' an 'Go To Declaration' actions added to their stack, but so are a lot of cursor movements, particularly 'Find' and 'Find Nex...

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 do I configure these newer versions to go to Object Browser? (In other words, I have the opposite problem to this one.) Installing ReSharp...