Where to get special Visual Studio 2008 syntax highlighting (complex)

Ok, I used to see the syntax highlighting, and the default syntax highlighting is really limited in VS 2008, so I thought if there was such a highlight somewhere:

  • certain variables have their own color.
  • certain functions have their own color.
  • predefined functions have their own color (from libs, etc., there may be a custom list for this).
  • constants / enumerations have their own color.
  • typedefs / defs will have its own color.
  • strings (material between quotation marks) will have their own color.
  • floats / doubles will be colored differently (will check for 1.0f or 1.0, etc.)

Because it would be absolutely amazing, I have not seen 1,2,4,5 in any syntax highlighting systems before, it would be nice to have one. This will speed up the programming, because if I am mistaken, I will immediately see it before compiling.

I was looking at some kind of MSDN site and it was quite difficult to do this, so I was hoping that if you already have existing stuff, so I could just download it, etc.

+4
source share
1 answer

Take a look at the Whole Tomato Visual Assist X plugin:

http://www.wholetomato.com/

I think he will take care of most of the items on your list.

+4
source

Source: https://habr.com/ru/post/1300691/


All Articles