Provides the base requirements for a class that can auto-complete .NET language documentation comments when appropriate.
Remarks
Instances of this object can be registered with an ISyntax
Properties
IsEndTagCompletionEnabled
Gets whether documentation comment end tag completion is enabled.
Property Value
- bool:
true
if documentation comment end tag completion is enabled; otherwise,false
.
See Also
IsNewLineGenerationEnabled
Gets whether documentation comment delimiter auto-generation is enabled when pressing Enter
while in a documentation comment.
Property Value
- bool:
true
if documentation comment delimiter auto-generation is enabled when pressingEnter
while in a documentation comment; otherwise,false
.
See Also
IsStubGenerationEnabled
Gets whether stub documentation comment auto-generation is enabled when starting to type new documentation comments.
Property Value
- bool:
true
if stub documentation comment auto-generation is enabled when starting to type new documentation comments; otherwise,false
.