Chris Nahr
Ketchup Master
92 Posts |
Posted - Oct 12 2004 : 10:41:59 AM
|
To reproduce, make a new C# project in VS.NET 2003.
1. Go to any pre-generated XML comment block, or type your own.
2. Go to any closing XML comment tag, for instance "</summary>".
3. Delete that tag completely.
4. Now, still within the XML comment block (after the three slashes), type "<". The completion list comes up.
5. Now type a slash ("/").
Without VAX, this automatically inserts a missing ending tag; in the above example, "</summary>".
With VAX, however, the first selected character ("c") is inserted instead -- followed by a slash.
Note: This happens even when the completion option "Any character not valid in a symbol" is cleared. |
|