Cursor stuck with "Analyzing 'file.tsx' and its dependencies", IntelliSense not loading

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When hovering types and code it just shows “Loading…” and in the bottom status bar it shows “Loading IntelliSense status” with a spinner that never completes. Additionally, “Analyzing ‘file.tsx’ and its dependencies” continues forever.

I’ve tried restarting Cursor, restarting my computer, aligning versions of Typescript, clearing node modules and re-installing, disabling extensions, installing previous versions of Cursor.

Nothing has worked.

Steps to Reproduce

It started after I installed a new version of Cursor and my workspace reloaded.

Expected Behavior

IntelliSense works and Typescript works

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.46
VSCode Version: 1.99.3
Commit: b9e5948c1ad20443a5cecba6b84a3c9b99d62580
Date: 2025-10-14T01:21:46.830Z
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

Cursor is no more useful than a normal notepad at the moment.

Does this stop you from using Cursor

Yes - Cursor is unusable

2 Likes

Mesmo problema por aqui…

Hey, thanks for the report. This looks like a TypeScript language server issue. Let’s collect some diagnostics:

Check the TypeScript Output logs:

  • Press Cmd+Shift+U to open the Output panel
  • In the top dropdown, select “TypeScript”
  • Share any errors or repeated messages you see there

Also try:

  • Open the Command Palette Cmd+Shift+P → run “TypeScript: Restart TS Server”
  • Open a different/new TypeScript project to see if the issue is workspace-specific
  • Check if there’s a tsconfig.json at the project root

I cannot use Cursor too, everything is like waiting the ts-server to start and it never starts or could be something that should start before ts-server I don’t know.

Things that breaks:

  1. Typescript Intellisense: when I hover a variable it says “loading…”
  2. Cursor AI chat: I can write text but after send it it stuck loading infinitely.
  3. Search files: the same, I can type but after hit enter it never returns any file and stuck at loading.

Things I tried:

  1. Reload Cursor with extensions disabled.
  2. Re-install Cursor: same problem.
  3. Delete the “.cache/Cursor/User/workspaceStorage/” folder.
  4. Disable TypeScript Intellisense on settings.
  5. Copying all the settings from VSCode (I don’t have this problem on it) to Cursor, same problem.
  6. Restart ts-server: the only things that changes in my screen is that at the status bar it says “Activating extensions” but nothing changes after that.

I noticed that after 8 minutes straight ts-server start working and everything loads correctly but if I reload the window start the problem again.

The TypeScript version Cursor is using is 5.9.2 and I am using Cursor 2.0.34 but I started to have this problem like 4 days ago (before 2.0).

1 Like

Having this same issue after the 2.0 update.

1 Like

Same after 2.0 install, IntelliSense loading infinitely and getting this error.
It’s a major issue rendering Cursor unusable, might have to switch to other IDE at this point…

Just noticed that all the things that does not work could be because the cursor local extensions (specifically cursor-retrieval) takes 2 and a half minutes to start (if I dont have any other extensions installed).

Has anyone been able to fix this or knows how can I debug this extension to see what’s happening from my side? I tried to read the logs but it does not appears in the “output” tab until it loads after 3 mins

I started to pay Pro plan again because I though that “cursor-retrieval” extension (which is the extension I think is causing all this issue) had a rate limit for free accounts but I still have the same problem.

Every time I open any project I need to wait 3 or 4 minutes for cursor to load all the Cursor local extensions (like I showed in the previous images) so I can not use the IDE until it loads.

Sorry for so many comments but this is so annoying, I’ve had the same problem for 3 weeks.