Questions tagged [go-to-definition]

69 questions
48
votes
2 answers

How can I turn "Object Browser" to "Metadata" for "Go to definition" in Visual Studio 2010?

Before installing Resharper, Ctrl + Left Click for Go to definition, Visual Studio 2010 uses to Metadata. After the install Resharper, when I try to first time Ctrl + Left Click, Resharper asked me with popup where I want to go, I click Object…
25
votes
1 answer

Difference between Goto Definition and Goto Implementation in Visual Studio

What is the difference between Go To Definition and Go To Implementation in Visual Studio? Version: Visual Studio 2015 Update 1
Venkat
  • 2,549
  • 2
  • 28
  • 61
23
votes
6 answers

Visual Studio 2010 extension for Go To Interface Implementation?

Possible Duplicate: How do you quickly find the implementation(s) of an interface’s method? I like ReSharper's Go To Implementation feature but I often keep ReSharper disabled. Is there an equivalent extension for Visual Studio 2010?
19
votes
14 answers

Visual studio 2019 go to definition and Intellisense not working

I have noticed a weird issue with Visual Studio 2019 v16.0.1 the IntelliSense about "Using directive is unnecessary" normally grey is missing and type reference suggestion for missing using is not working. I also tried with Visual Studio 2019…
18
votes
4 answers

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…
EMP
  • 59,148
  • 53
  • 164
  • 220
9
votes
2 answers

vscode [ctrl+click] 'vue single-file components', 'go to definition' not working

// src/ui/tabbar/Index.vue // src/ui/index.js import MyTabbar from './tabbar/Index.vue' export default { install(Vue) { Vue.component(MyTabbar.name, MyTabbar) } } // src/main.js import…
tjp
  • 151
  • 5
8
votes
3 answers

Angular 10 “No definition found for …” in HTML component in Visual Studio Code

I'm working with angular 10 in VSCode and everything was working fine until today. Suddenly I can't go to definition from HTML component neither via F12, right click - Go to definition nor Ctrl+click. Go to definition works just on typescript…
7
votes
2 answers

VS 2013 "Go to Definition" Tab Placement

I just made the jump from VS2010 to VS2013 and have encountered an odd bug/feature with no apparent workaround. In VS1010 I'm accustomed to clicking "Go to Definition" on the context menu above a highlighted class so as to open the relevant .cs file…
Chad Decker
  • 5,997
  • 8
  • 27
  • 31
6
votes
1 answer

"Go To Definition" from a .xaml.cs file takes me to .g.i.cs files instead of to .xaml file in Visual Studio 2015

I am used to Visual Studio Go To Definition (or ReSharper's Ctrl + left click) in code behind on an element name defined in XAML to take me directly to XAML of that element. For some reason it's taking me to .g.i.cs file instead. Where as it's not a…
Andrey
  • 408
  • 2
  • 10
6
votes
2 answers

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…
quano
  • 18,812
  • 25
  • 97
  • 108
5
votes
1 answer

Atom editor: list and jump to definition(s) in project

As already mentioned I'm using the Atom text editor. I'm currently working on a project written in c++. Of course it is desirable to jump to the definition of a function (in another project file), or other uses of this function (within the project).…
Stefan
  • 1,697
  • 15
  • 31
4
votes
2 answers

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 for me when I’m writing javascript files. And I’m not the only one (sadly that question has no reply). I can see the functions on the Navigator, but I can’t use “Go to…
Enrique
  • 4,693
  • 5
  • 51
  • 71
4
votes
2 answers

How to see the source code inside the library when doing ctrl+click(go to definition) in vscode (python)

I know that in vscode, we can find the definition of variable/function by ctrl+clicking. Ctrl+click also supports that for variables/functions declared inside the libararies we've installed.(e.g. torch, numpy, ..) In my vscode, the 'go to…
WOOJUNG SON
  • 41
  • 1
  • 2
4
votes
2 answers

Go to definition in VS code doesn't show the body of a function

When I right click on a function and then select "Go to definition" there shows up a module with that function, but it only shows the parameters which have to be passed to it, and I can't see anything about the body of the function. Here is what's…
Chul-ian
  • 90
  • 1
  • 8
4
votes
2 answers

Vim go to std library method/function definition

I love some of the plugins affiliated with vim and I have installed most of them as git submodules (clang_complete, cvim, fugitive, NerdTree, pathogen, snipMate, supertab, taglist) However there are two basic featured that I cannot get…
Tito
  • 2,234
  • 6
  • 31
  • 65
1
2 3 4 5