How to add reference information in Visual Studio 2017?

Asked

Viewed 125 times

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?

1 answer

1


Browser other questions tagged

You are not signed in. Login or sign up in order to post.