Support for Documentation Comments in the Visual J# Code Editor
Visual J# has support for documentation comments in the comment style traditionally known as Javadoc comments for Java-language source code.
Autocompletion of Documentation Comments
In the Visual J# Code Editor, when you type the opening characters /** of a Javadoc comment, the editor automatically inserts the closing characters for the comment, */, on the following line.
Autocompletion for Tags in Javadoc Comments
Both Javadoc tags and Microsoft extensions directives in Visual J++ 6.0 begin with the @ character inside Javadoc comments. In Visual J#, if you type the @ character inside a Javadoc comment, you get an autocomplete list that includes both supported Javadoc tags as well as supported Microsoft extensions directives.
IntelliSense Inside Javadoc Comments
Visual J# programs make extensive use of the attribute declaration syntax, which is in the Javadoc comment style. In a Javadoc comment, when you type @attribute, the IntelliSense drop-down list is displayed, populated with the accessible list of classes.