Editor stuttering

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When I use cursor, the editor experiences severe lag, which prevents me from performing any other operations. Moreover, the lag has only occurred since the update and has never happened before.

Steps to Reproduce

not resolved

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

版本: 2.0.75
提交: 1.99.3
日期: 9e7a27b76730ca7fe4aecaeafc58bac1e2c82120
Electron: 2025-11-12T17:34:21.472Z
ElectronBuildId: 37.7.0
Chromium: undefined
Node.js: 138.0.7204.251
V8: 22.20.0
OS: 13.8.258.32-electron.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. To figure out what’s causing the severe lag, please share:

  • Test without extensions: run cursor --disable-extensions from the command line and let me know if the lag persists
  • Process info: CMD+Shift+P > “Developer: Open Process Explorer” - tell me which processes are using high CPU/memory
  • Extension Monitor: enable in Settings > Application > Experimental > “Extension Monitor Enabled”, then check CMD+Shift+P > “Developer: Open Extension Monitor” to see if any extensions are causing issues
  • Indexing status: check if codebase indexing is running in the bottom-right corner

Also, does the lag happen:

  • During typing?
  • When opening files?
  • All the time, even with no file open?
  • Only in specific projects/file types?

This will help determine whether the cause is an extension, indexing, or another process.

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