Describe the Bug
The “Go to definition” keyboard shortcut is not functioning as expected. When attempting to use the shortcut (typically Ctrl+Click, F12, or Cmd+Click depending on the platform), the editor fails to navigate to the definition of the selected function/variable. I’ve tried changing the key combination, but the issue remains.
Steps to Reproduce
Navigate to a file that contains function calls, variable references, or imports from other files
Place your cursor on a function/variable name that has a definition elsewhere in the codebase
Attempt to use the “Go to definition” shortcut:
On Windows/Linux: Press F12 or Ctrl+Click on the symbol
On macOS: Press F12 or Cmd+Click on the symbol
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version 1.2.1
VSCode Version: 1.101.2
Does this stop you from using Cursor
No - Cursor works, but with this issue