Search code examples
intellisensevisual-studio-2022

How to disable "Tab Tab to accept" tooltip in Visual Studio 2022


How can the following little tooltip be disabled (hidden)?

enter image description here

Or

enter image description here

I know that I can accept with "Tab Tab" or get the next suggestion with Alt+., I don't want that VS shows me that every time (because it overlaps the previous two code lines).

Notes:

  • I don't want to disable the suggestion itself, I just don't want to see the tooltip.
  • I'm using Visual Studio 2022, 17.4.2 (Enterprise).
  • I'm using C#

Solution

  • In Visual Studio 2022 Version 17.13.0, you can disable the tooltip without disabling the feature.

    Options->Intellicode-Advanced->Hide the tip shown with gray text

    enter image description here