What are these new "Double-click to insert" suggestions and how can I disable

Just updated to 2.0, and immediately seeing new suggestions pop up throughout files (not just tab suggestions at the cursor).

They’re distracting, and all the ones I’ve seen so far are outright wrong (broken code).
The white text here with the slightly lighter background:

anyone know what this feature is called? Don’t know what to look for in settings to disable.

isnt it a part of some extension? sometimes they collide and some extensions autoupdate and re-enable themselves

Here is the response from Gemini, it worked for me!

1. Disable Inlay Hints via Settings

This is the most direct way to turn off these visual hints for your code.

  • Open Settings: Press Ctrl + , (Windows/Linux) or Cmd + , (Mac) to open the Settings GUI.

  • Search: In the search bar at the top, type inlay hints.

  • Find the Setting: Look for a setting that is either named Editor > Inlay Hints: Enabled or is related to your specific language (e.g., Python > Inlay Hints: ...).

  • Toggle Off: Uncheck the main Enabled option or disable the specific hint types that are causing the issue (like “Type Hints” or “Parameter Hints”).

1 Like