IBraceCompletionContext Interface

Represents a simple context used to extend the default brace completion behaviors to include language-specific behaviors such as parsing and formatting.

Namespace:  Microsoft.VisualStudio.Text.BraceCompletion
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Interface IBraceCompletionContext
public interface IBraceCompletionContext
public interface class IBraceCompletionContext
type IBraceCompletionContext =  interface end
public interface IBraceCompletionContext

The IBraceCompletionContext type exposes the following members.

Methods

  Name Description
Public method AllowOverType 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.
Public method Finish Occurs after the session has been removed from the stack.
Public method OnReturn Called by the editor when return is pressed while both braces are on the same line and no typing has occurred in the session.
Public method Start Called before the session is added to the stack.

Top

See Also

Reference

Microsoft.VisualStudio.Text.BraceCompletion Namespace