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.
source share