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

2

7

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.

Animalist answered 3/6, 2020 at 17:0 Comment(2)
Tools > Options > IntelliCode. You can read all about this feature here.Amoritta
@Ahmed Abdelhameed thank you!, the options were inside "IntelliSense completions" -> "C# base model" and "Visual Basic model", once disabled it only disables those suggestions with a ★ in the left. Maybe you want to publish an answer then I can accept your answer?Animalist
T
10

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.

Tandratandy answered 4/6, 2020 at 2:31 Comment(0)
H
3

I know the question is for Visual Studio 2019, but this was the top result in Google for Visual Studio 2022.

For Visual Studio 2022 it's

Tools > Options > IntelliCode > General

And untick Promote likely items in IntelliSense completion lists

enter image description here

Huth answered 5/4 at 8:18 Comment(1)
Is there anyone else beside me who still have "promotions" in IntelliSense list after disabling this feature in VS 2022?Lampion

© 2022 - 2024 — McMap. All rights reserved.