Method | Description | |
---|---|---|
AllowOverType ( IBraceCompletionSession session ) : bool | ||
BraceCompletionContext ( ISmartIndentationService smartIndentationService, ITextBufferUndoManagerProvider undoManager, |
||
Finish ( IBraceCompletionSession session ) : void | ||
OnReturn ( IBraceCompletionSession session ) : void | ||
Start ( IBraceCompletionSession session ) : void |
Method | Description | |
---|---|---|
ContainsOnlyWhitespace ( IBraceCompletionSession session ) : bool | ||
FormatTrackingSpan ( IBraceCompletionSession session, bool shouldHonorAutoFormattingOnCloseBraceOption ) : void | ||
GetDesiredIndentation ( IBraceCompletionSession session, ITextSnapshotLine lineOnSubjectBuffer ) : int | ||
GetUndoHistory ( ITextView textView ) : ITextUndoHistory | ||
IsOpeningBraceOfType ( IBraceCompletionSession session ) : bool | ||
PutCaretOnLine ( IBraceCompletionSession session, int lineNumber ) : void |
public AllowOverType ( IBraceCompletionSession session ) : bool | ||
session | IBraceCompletionSession | |
return | bool |
public BraceCompletionContext ( ISmartIndentationService smartIndentationService, ITextBufferUndoManagerProvider undoManager, |
||
smartIndentationService | ISmartIndentationService | |
undoManager | ITextBufferUndoManagerProvider | |
classificationService | ||
optionsService | IHlslOptionsService | |
return | System |
public Finish ( IBraceCompletionSession session ) : void | ||
session | IBraceCompletionSession | |
return | void |
public OnReturn ( IBraceCompletionSession session ) : void | ||
session | IBraceCompletionSession | |
return | void |
public Start ( IBraceCompletionSession session ) : void | ||
session | IBraceCompletionSession | |
return | void |