Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide Intellisense "based on recent edits" suggestions?

What the title says.

I don't mind them being in the "Error List" because they're only marked as "Messages" so they can easily be filtered, but I'd like to hide the dots in the code.

like image 249
ispiro Avatar asked Aug 19 '20 21:08

ispiro


1 Answers

To turn off the "Based on recent edits" stuff, go to turn off IntelliCode suggestions.

Per the docs:

If you wish to turn it off, choose Tools > Options, IntelliCode General tab, and then switch C# suggestions to Disabled

enter image description here

This will turn off "Based on Recent edits" while still leaving on the other stuff like code styles/autocomplete/etc.

like image 137
S. Buda Avatar answered Nov 16 '22 01:11

S. Buda