Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Formatting -- Change Method Color

The default appearance of a method for example, ".ToString()" is by default the color black. I want to make it a different color to stand out but I do not see any options that reference this option specifically.

I remember one of former collegues showing me his VS IDE years ago and he had it setup this way but I cannot recall what he did.

Does anyone have any ideas on how to do this?

like image 410
Daniel Avatar asked May 10 '10 20:05

Daniel


People also ask

How do I change the color of a variable in Visual Studio?

On the Environment > General options page, change the Color theme selection to Dark, and then choose OK. The color theme for the entire Visual Studio development environment (IDE) changes to Dark.

What does orange mean in Visual Studio?

Orange: The line has been changed, saved, and the change undone.


1 Answers

In VS 2019 go to Tools - Options - Text Editor - C# - Advanced - Editor Color Scheme and change it to Visual Studio 2019. Method names are now colored and everything has little bit better colors.

like image 158
Banana Cake Avatar answered Oct 15 '22 15:10

Banana Cake