IVsImmediateStatementCompletion Interface
Visual Studio 2015
This interface is implemented by a language service that supports statement completion and other IntelliSense features in the immediate mode of the command window. This mode occurs when the debugger is in break mode.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | EnableStatementCompletion_Deprecated(Int32, Int32, Int32) | This method is deprecated. Please use EnableStatementCompletion. |
![]() | InstallStatementCompletion(Int32, IVsTextView, Int32) | Informs the language service that it must add or remove its IVsTextViewFilter from the command filter chain for the command window’IVsTextViews IVsTextView. |
![]() | SetCompletionContext_Deprecated(String, IVsTextLines, TextSpan[], Object) | This method is deprecated. Please use SetCompletionContext. |
This interface is called by the command window of the environment and is accessed by calling QueryInterface on the same object that implements IVsLanguageInfo.
Show:
