Tagged Questions

1
vote
1answer
35 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 …
1
vote
2answers
50 views

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 …
1
vote
2answers
141 views

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 …