Provides the base requirements of a language formatter that can adjust the whitespace layout of text for better readability.
Remarks
This interface type can be registered with an ISyntax
Methods
Format(ITextSnapshot, ITextPositionRangeCollection, TextFormatMode)
Applies text formatting to part or all of a snapshot.
Parameter | Type | Description |
---|---|---|
snapshot | IText |
The target IText |
selectionPositionRanges | IText |
The IText |
mode | Text |
A Text |
Remarks
The containing IText