Ctrl+Left-Click fails to jump function and terminal shortcut in Cursor 2.0.69

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor (version 2.0.69) - jump via Ctrl + left-click not working

include LSP go to defination and terminal quick jump

Steps to Reproduce

Open any directory and create a new Python file with the following content:

def foo():  # HERE
    print("hello")


def main():
    foo()       # <-- When I press Ctrl + left-click on this function name

And press Ctrl + left-click on the foo() call in the main() function.

Expected Behavior

jump usual as old version, the 2.0.64 is work fine

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.69
VSCode Version: 1.99.3
Commit: 63fcac100bd5d5749f2a98aa47d65f6eca61db30
Date: 2025-11-07T18:21:29.650Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.17.7-arch1-1

Additional Information

  • I can confirm that my Python plugins (including Cursor’s Python plugin) are properly configured.
  • This feature works correctly in version 2.0.64.

Could the regression be caused by changes in the 2.0.64 ~ 2.0.69 update?

Does this stop you from using Cursor

Yes - Cursor is unusable

any update about this?

2.0.73 This version still has same issues … :smiling_face_with_tear:

oh, i found the solution and why this bug occur

maybe the problem is electron version

i used the AUR (en) - cursor-beta-bin and https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cursor-beta-bin blob: 9f557d55507ca5bce3f71550689d4e103a949125
use the electron34 , and i modified it with electron37 , it work well as usual,

maybe it is not cursor official issues

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.