Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable "favorite" (★) suggestions in IntelliSense for Visual Studio 2019?

In Visual Studio 2019, how can someone disable the "favorite" (★) suggested names on auto-completion?. These suggestions inside the red square and ONLY these:

enter image description here

It is the most annoying feature.

If important: I need to disable it for VB.NET and then for C# too.

like image 743
ElektroStudios Avatar asked Mar 03 '23 09:03

ElektroStudios


1 Answers

Disable “favorite” (★) suggestions in IntelliSense for Visual Studio 2019?

First, thanks to Ahmed for sharing the useful suggestions and his help.

★ is the feature of IntelliCode and it will put your most likely Suggestions to the top for easy use.

All of them are from the extension called Visual Studio IntelliCode.

You can find it under Extensions-->Manage Extensions-->Installed

enter image description here

If important: I need to disable it for VB.NET and then for C# too

Solution

Tools-->Options-->IntelliCode-->General and disable these options:

enter image description here

In addition, if you do not want to use the whole IntelliCode, you can just disable that extension under Manage Extensions UI.

like image 96
Mr Qian Avatar answered Mar 10 '23 11:03

Mr Qian