Cursor IDE coding error, the options that appear when pressing Alt Enter don't work

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When using the Cursor IDE, if I trigger the quick options menu via the Alt+Enter shortcut while coding and then press the Enter key to execute an action, nothing happens. However, if I right-click to bring up the options and then select one using the mouse, it works fine. What kind of bug is this?

Steps to Reproduce

When using the Cursor IDE, if I trigger the quick options menu via the Alt+Enter shortcut while coding and then press the Enter key to execute an action, nothing happens. However, if I right-click to bring up the options and then select one using the mouse, it works fine. What kind of bug is this?

Expected Behavior

When using the Cursor IDE, if I trigger the quick options menu via the Alt+Enter shortcut while coding and then press the Enter key to execute an action, nothing happens. However, if I right-click to bring up the options and then select one using the mouse, it works fine. What kind of bug is this?

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.15.6 (user setup)
VS Code Extension API: 1.128.0
Commit: a1f686545fd0ce8917bbd2449f733551a9bce420
Date: 2026-08-06T01:41:03.876Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.291
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

Yes - Cursor is unusable

This issue doesn’t exist in version 3.13.

is anyone can help

Hi @jianqing1990 Thank you for the post.

What you’re seeing isn’t intended, and it isn’t caused by anything in your setup. Keyboard-triggered Quick Fix (Alt+Enter, and Ctrl+. as well) can show the menu, then do nothing when you accept an item with Enter. That matches 3.15.6, and it also matches what you saw on 3.13, where this path still works.

This is an issue we’re tracking, and a fix is already ready. It’s in the nightly builds (3.16.0-pre).

Until that lands in a stable release:

  • Keep using right-click, as you already are. That path still works on 3.15.
  • Stay on 3.13 if you want keyboard Quick Fix to work on stable.
  • Or switch to the nightly channel under Settings > Application > Update if you want the fix now.

Let us know any follow-up questions!

thank you I got it