How to disable accepting cursor suggestions on enter for text I typi in file editor?

So this suggestion is wrong. I can’t find where to disable them, so when I press enter, I accept the suggestion when I wanted to skip to a new line. Before it was on the tab. (Fun fact - when I want suggestions to autofill, there are none)

It’s so annoying

Hey, that’s not Cursor Tab, the gray AI ghost text you accept only with Tab. It’s the regular IntelliSense popup, your screenshot shows word-based suggestions like Release and releaseOsmdroidDb. By default, it accepts the selected item when you press Enter.

To make Enter always insert a new line instead of accepting a suggestion:

  • Open Settings with Cmd+Shift+, or Ctrl+Shift+,
  • Search for Accept Suggestion On Enter
  • Set it to off

After that, Tab will still accept the popup, and Enter will just add a new line.

If you want to remove these text suggestions entirely, also turn off Editor: Word Based Suggestions by setting it to off.

If AI suggestions don’t show up where you expect, that’s a separate thing from Cursor Tab. Tell me if you want help with that too.