VS2003.NET, C# files:
when I type /// at the class level of a C# class, then - surprise - VS inserts its own template for these 3 slashes:
/// <summary>
///
/// </summary>
/// <param name="args"></param>
and the auto text entry from VA does not come up. We might argue about correctness here, but let I would expect VA's functionality here. BTW: when you backspace to the 3 slashes then VAX comes up with its auto text.
Another grave bug with this type of comments: the < and > characters.
Consider this comment
/// the following evaluates if x < y
/// when true, then the next line checks for x > z before returning
As you can see, only parts of the comment are correctly colored in green, the rest (here black) is grey. Unfortunately this seems to be a "feature" of VS but I would expect VAX to override coloring in this case.