'Missing "Go to Definition" from VSCode menu
I am working on Typescript/Javascript project using VSCODE. I use to hover mouse on the method and can see the function definition, cmd + click
go the definition. Somehow(I don't know what I did), the "Go to Definition" disappear from the right click menu.
This is what I got right now.
Search a lot on Google, tried add editor.multipleCursor: ctrlCmd
but it is not working as well.
Anyone has similar situation.
Solution 1:[1]
I had the same issue today, some answers online pointed out that this is a problem with extensions, but each blame different one. What worked for me is reinstalling these extensions: python, c/c++, git history, then restarting VSCode. Maybe for your situation you need to uninstall different extensions and install them again, especially (but not limited to) recent ones.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mohammad Asad |