IBraceCompletionContext Interface
Visual Studio 2015
Represents a simple context used to extend the default brace completion behaviors to include language-specific behaviors such as parsing and formatting.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | AllowOverType(IBraceCompletionSession^) | Called by the editor when the closing brace character has been typed. It does not occur if there is any non-whitespace character between the caret and the closing brace. |
![]() | Finish(IBraceCompletionSession^) | Occurs after the session has been removed from the stack. |
![]() | OnReturn(IBraceCompletionSession^) | Called by the editor when return is pressed while both braces are on the same line and no typing has occurred in the session. |
![]() | Start(IBraceCompletionSession^) | Called before the session is added to the stack. |
Show:
