I've found a minor coloring issue with comments. I'm not sure if this is Visual Assist or Visual Studio.
IDE: Visual Studio 2005 Professional
VAX: Build 1555
Take the following comment block and put it in a file by itself. Ensure the syntax coloring options in VAX are at default settings:
///
/// This is just a convenience wrapper around
/// SetLocation(method::vector2<s32>)
///
Notice that the <s32> part is gray.
Again, minor issue.