Disabling "suggestions in comments" doesn't work

Hi, thanks for reporting an issue with Cursor.

Before you report this, we’d appreciate if you can search this forum to see if this issue has already been reported.

If you have done so, please check this box.
on

Describe the Bug

There’s a settings checkbox in Cursor now for “Suggestions in Comments: Enable or disable Cursor Tab suggestions in comments”. I have it unchecked. Cursor still makes tab suggestions when the text cursor is in a comment block.

Steps to Reproduce

  1. Enable Cursor Tab
  2. Disable suggestions in comments
  3. Create a Python file
  4. Write some code
  5. Start a comment block
  6. Start typing

Expected Behavior

Cursor should be making no suggestions. But it is.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.44.9
VSCode Version: 1.93.1
Commit: 316e524257c2ea23b755332b0a72c50cf23e1b00
Date: 2024-12-26T21:58:59.149Z
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin x64 22.6.0

Additional Information

I’m really tired of the AI getting in my way and making totally counterproductive predictions of what I’m going to write in a comment, derailing my train of thought. Means I have to disable Tab again every time I start writing a comment. Makes me that much less inclined to use Cursor at all.

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

1 Like

Same issue here

( Version: 0.47.8
VSCode Version: 1.96.2
Commit: 82ef0f61c01d079d1b7e5ab04d88499d5af500e0
Date: 2025-03-18T06:55:51.040Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0),

As is:
It suggests immediately after manually starting a comment line,

eg. for JS, type // + spacebar and the autosuggest appears. Once you continue (Or escape) it seems to stop suggesting.

To be:
It should not suggest at all when starting a comment line.