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
