Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The Quick Fix (code actions) lightbulb appears in the gutter next to lines with diagnostics or fixes, but clicking it does nothing. The keyboard shortcut Cmd + . (Quick Fix) works and opens the same menu. The same click-on-lightbulb flow works in VS Code. So code actions and the command are fine; only the lightbulb widget’s click handler appears broken in Cursor.
Steps to Reproduce
- Open any file that has a quick fix available (e.g. unused import, fixable lint, or error with a code action).
- Place the cursor on that line so the yellow Quick Fix lightbulb appears in the gutter.
- Click the lightbulb with the mouse.
Result: Nothing happens. Using Cmd + . on the same line opens the Quick Fix menu as expected.
Expected Behavior
Clicking the lightbulb should open the Quick Fix / Code Actions menu, same as pressing Cmd + . (editor.action.quickFix). This is how it works in VS Code.
Operating System
MacOS
Version Information
Version: 2.6.11
VSCode Version: 1.105.1
Commit: 8c95649f251a168cc4bb34c89531fae7db4bd990
Date: 2026-03-03T18:57:48.001Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
Does this stop you from using Cursor
No - Cursor works, but with this issue