DEV Community

Manish
Manish

Posted on

Answer: VSCode "go to definition" not working

I had a the same issue: F12 and Ctrl + Click and Right Click "Go To Definition" wasn't working The fix for me was:

  1. Go to Extensions
  2. Click "Disable All Installed Extensions"
  3. Close and Reopen VS Code
  4. Back to Extensions and "Enable All Extensions"

Essentially enable/disable all extensions fixed the…

Top comments (0)