Check the forum to ensure the issue hasn’t been reported already
I did. No answer.
Provide a clear description of the bug
I just installed Cursor, and f12 doesn’t “go to definition” (See image below)
Then I tried using vim extension. “gd” (go to definition) doesn’t work off the default setting.
I then add
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["g", "d"],
"commands": ["editor.action.revealDefinition"]
}
]
to setting.json (user setting json).
Still, I can’t simply use “goto definition”
Explain how to reproduce the bug (if known)
Attach screenshots or recordings (e.g.,
.jpg
, .png
, .mp4
).
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
window, 0.48.7
Tell us if the issue stops you from using Cursor.
yes. because in project as small as 2 folder with 5 files, navigation becomes very challenging.