How do I disable inline code block suggestions?

Since I came back from the holidays, this has been appearing:

These inline code block suggestions weren’t showing up before. I already tried turning it off by searching “inline”, “autocomplete” and “suggestions” in cursor’s settings and turning stuff off but it didn’t work. I also tried a solution from another topic, adding some configs to settings.json. I added this on the user level:

But that also didn’t work. I don’t have copilot or any other extension that might be causing this. How can I turn this off?

Hey, thanks for the request.

This is called Cursor Tab. To turn it off:

  1. Open the Command Palette CMD/CTRL+Shift+P
  2. Type “Disable Cursor Tab” and select that command

You can also click the Cursor Tab icon in the status bar (bottom right) and choose:

  • Snooze to temporarily turn it off
  • Disable globally to turn it off completely
  • Disable for extensions to disable it for specific file types (for example, only for markdown)

More info in the docs: Tab | Cursor Docs

Let me know if that helps!