VAX displays incorrect text in the Definition box for C# interfaces and methods/fields of the interfaces.
When I put the cursor to the definition first interface in a file, the text is correct: for example, "public interface Intf1". However, when I put the cursor to the second or later definition, it duplicates all previous interface definitions, like "public interface public interface public interface Intf3".
The same duplication happens with interface members. The first member of an interface is displayed correctly, but all the following ones duplicate the types of all previous members, like "int string int string DisplayName". |