0
On some occasions seeing some colleagues using VS 2017, and even when I used one set up by someone else, I noticed that there is information about references to a class.
In the example below, see how you are today:
public class Email
{
public string EnderecoEmail { get; set; }
}
And below, as I would like you to stay:
0 references
public class Email
{
0 references
public string EnderecoEmail { get; set; }
}
How do I set up my VS to display this type of information?