Autocomplete not working

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Autocomplete in Cursor doesn’t trigger on Tab or while typing code. Tab icon in status bar (bottom right) is active, but no suggestions appear.

Steps to Reproduce

  1. Open Cursor version.
  2. Create/open file [.tsx].
  3. Start typing code, e.g. const user = { name: "" and press Tab.
  4. Autocomplete doesn’t trigger — no ghost text, no suggestions.

Expected Behavior

AI suggestions appear for autocompletion

Operating System

Windows 10/11

Version Information

Version: 2.5.25 (user setup)
VSCode Version: 1.105.1
Commit: 7150844152b426ed50d2b68dd6b33b5c5beb73c0
Date: 2026-02-24T07:17:49.417Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

For AI issues: which model did you use?

Any

Does this stop you from using Cursor

Yes - Cursor is unusable

1 Like

Hey, thanks for the report. Can you check a couple things:

  1. Is Cursor Tab enabled? Open Cursor Settings > Tab and make sure “Cursor Tab” is turned on. Also check the icon in the status bar at the bottom right. Click it and make sure Tab isn’t paused and isn’t disabled for .tsx files.

  2. Network diagnostics: Cursor Settings > Network > Run Diagnostics. If you see any errors, send a screenshot here.

  3. Try disabling HTTP/2: App settings Ctrl + , > search for “HTTP/2” > turn on “Disable HTTP/2” > restart Cursor.

  4. Extension conflict: Run cursor --disable-extensions from the command line and see if Tab works. If it does, re-enable extensions one by one to find the one causing it.

  5. Quick workaround: Ctrl + Shift + P > Developer: Reload Window. This helped other Windows users with similar Tab issues.

Let me know.

1 Like

The third point helped. Thank you.

1 Like