Standard IDE functionality broken

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

CTRL+CLICK is a normal part of everyones coding workflow if they actually code. This is currently seriously broken for me. Clicking on anything to go through to the original function, class, type, etc. in a typescript project is resulting in a cylon-esque green dot sliding across the top of the tab like its working. After several minutes it will finally go through to the other code. Its like something is hanging, also the “Cursor Helper (plugin)” process in activity monitor is stuck at 100+% CPU usage when this is happening. Eventually it subsided after sometimes 10 minutes, where it behaves normally. Its like something is just churning trying to load everything to work.

Steps to Reproduce

CTRL+Click on any reference that should immediately jump you to the other code.

Expected Behavior

CTRL+Click should instantly take you to the code being referenced. Just like VS Code currently does, and any other VS Code derived IDEs seem to almost instantly after loading the codebase.

Operating System

MacOS
Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.4.6
VSCode Version: 1.99.3
Commit: 8bdbd55db6885f3d79f73cdacca5fcedef93d360
Date: 2025-08-15T02:08:45.149Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.6.0

Additional Information

This started in version 1.3 something, and persists in all 1.4 versions. I am saying its unusable because I can’t navigate to any other code easily. Since this is fundamental to how any developer uses an IDE its broken for the first 10 minutes or so until it settles down

Does this stop you from using Cursor

No - Cursor works, but with this issue