Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gd displaying info popup instead of jumping to definition #6834

Closed
ShaneWiker opened this issue Jul 5, 2021 · 3 comments
Closed

gd displaying info popup instead of jumping to definition #6834

ShaneWiker opened this issue Jul 5, 2021 · 3 comments

Comments

@ShaneWiker
Copy link

For awhile I've been using gd to quickly jump to definitions, noting that if I'm already at the definition an info pop-up window will appear like this.

https://preview.redd.it/imud4j2hog971.png?width=1462&format=png&auto=webp&s=0c04e908f7b9a21c319e5a060946b7e336ac3a4f

Lately though, any time I highlight a function and press gd, that info screen pops up instead of jumping me to the definition. Since I usually use gd to navigate, I don't want this screen to pop up. I can press enter to jump to the definition at this point, but that puts me into visual mode and slows me down.

I'm unsure if this new behavior is caused by an extension I added or removed, but I'd really like to get back to gd jumping me to the definition without this popup.

Does anyone know what happened or what I need to do to fix this?

@pingshunhuangalex
Copy link

  "editor.gotoLocation.multipleDeclarations": "goto",
  "editor.gotoLocation.multipleDefinitions": "goto",
  "editor.gotoLocation.multipleImplementations": "goto",
  "editor.gotoLocation.multipleReferences": "goto",
  "editor.gotoLocation.multipleTypeDefinitions": "goto"

@ShaneWiker
Copy link
Author

Thank you very much, works perfectly now.

@dijonkitchen
Copy link

Related to #5491

@J-Fields J-Fields changed the title gd displaying info popup instead of jumping to definition gd displaying info popup instead of jumping to definition Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants