简体   繁体   中英

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.

在此处输入图像描述

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.

fast answer: if is WSL installed verific dotnet version betwen systems. i had to match them...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM