I'm currently working on a Typescript/Javascript project in VSCODE. Previously, I could hover my mouse over a method to see its function definition and use `cmd + click` to go to the definition. However, for some unknown reason, the "Go to Definition" option has disappeared from the right-click menu. This is the current state of things.
After searching extensively on Google, I attempted adding `editor.multipleCursor: ctrlCmd`, but unfortunately, it did not solve the issue.
Has anyone else encountered a similar situation?