Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Three gray dots under variable names in Visual Studio

Tags:

Two variable names with three gray dots under each of them

What do these three gray dots mean? I recently updated to Visual Studio 2017, and I haven't ever seen them in other versions of VS.

like image 843
Gooz Avatar asked Mar 29 '17 17:03

Gooz


People also ask

How do I get rid of the dots in Visual Studio?

Edit -> Advanced -> untick View White Space.

How do I show a dot in Visual Studio?

use: ctrl + shift + 8 to toggle on/off. goodluck!

How do you change all variable names in Visual Studio code at once?

Press F2 and then type the new desired name and press Enter. All usages of the symbol will be renamed, across files.


1 Answers

They indicate suggestion from Visual Studio to refactor your code to be simpler, more readable and efficient. See Quick Actions and Refactorings section of the Visual Studio 2017 (version 15.0) Release Notes.

like image 85
Oleksandr Kobylianskyi Avatar answered Sep 18 '22 14:09

Oleksandr Kobylianskyi