Method | Description | |
---|---|---|
Format ( this buffer, TextSpan span, IHlslOptionsService optionsService ) : void | ||
FormatAfterTyping ( this textView, char ch, IHlslOptionsService optionsService ) : void |
Method | Description | |
---|---|---|
ApplyEdits ( ITextBuffer textBuffer, IList |
||
ShouldFormatOnCharacter ( char ch, IHlslOptionsService optionsService ) : bool | ||
TryGetSyntaxTree ( ITextBuffer textBuffer, |
public static Format ( this buffer, TextSpan span, IHlslOptionsService optionsService ) : void | ||
buffer | this | |
span | TextSpan | |
optionsService | IHlslOptionsService | |
return | void |
public static FormatAfterTyping ( this textView, char ch, IHlslOptionsService optionsService ) : void | ||
textView | this | |
ch | char | |
optionsService | IHlslOptionsService | |
return | void |