Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get back Visual Studio's old way of alerting of suggestions by darkening code instead of by 3 dots?

Visual Studio used to alert us of unused variables by darkening them. Now (version 16.10.2) it fills the code with three dots everywhere, which look a little like code and are more confusing.

Is there a way to get the old way back?

like image 451
ispiro Avatar asked Nov 06 '22 01:11

ispiro


1 Answers

There is a color control for the ellipses called "Suggestion Ellipses...". You could set the foreground color of it to the same color as your editors background to get a sense that its turned off. You'll still see it when you select the item though like so:

enter image description here

like image 154
Timothy G. Avatar answered Nov 15 '22 06:11

Timothy G.