Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
3answers
803 views

Visual Studio 2010 extension for Go To Interface Implementation?

I like ReSharper's Go To Implementation feature but I often keep ReSharper disabled. Is there an equivalent extension for Visual Studio 2010?
2
votes
2answers
67 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 ...
2
votes
2answers
1k 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 ...
1
vote
1answer
25 views

VS2010: Going to definition for a C# member in a VB.NET project (and vice versa)

I have a solution with a C# project and a VB.NET project. The VB.NET project references the C# project. When I am in the VB.NET project and want to go to definition of an object member located in ...
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
3answers
372 views

how to use GO TO in COBOL

I have the following code snippet in one of my COBOL program. IF FIRST < SECOND MOVE FIRST TO WS END-IF. MOVE SECOND TO WS. MOVE WS TO RESULT. I need to use GO TO inside the IF block to jump ...
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 ...
0
votes
2answers
72 views

How to use Go to Declaration with Netbeans and javascript?

I know we can use Ctrl+Click, or Ctrl+B in Netbeans, but it doesn't work to me when I'm writing javascript files. And I'm not the only one: ...
0
votes
1answer
205 views

clicking “Go To Definition” - Why doesn't Visual Studio 2010 go to Object Browser like Visual Studio 2008?

When clicking "Go To Definition" after right clicking a .NET object (of a standard .NET class type) in Visual Studio 2010, the Object Explorer doesn't come up like it did in Visual Studio 2008. ...