Search code examples
c#visual-studiosyntaxcolorshighlight

How to color properties/classes/ whatever you call them. Visual Studio


https://gyazo.com/b8e7470ec2c1edb3c72fc9b2402b2170

I want to color the Transform and LineRenderer one color. I want to color Vector's one Color.

Like legit there's not a single universal name for these i don't get it.

I've colored them before. But I had to reinstall Visual Studio and forgot to back up my syntax hightlighting. I literally can't find the option. It's a 100% not under User Types or User Members. I've turned all of those to Bold or a different color. And it still won't color the '-insert name here-

Tried the 2017 version.

private Vector3 Test0;
private Transform Tes1t;
private LineRenderer Test2;

Solution

  • the problem was that visual studio intellicode wasn't isntalled properly or corrupted somehow reinstalling fixed it!