In This Article

IEditorViewIntelliPrompt Interface

Provides the base requirements for an object that can request IntelliPrompt within an IEditorView.

public interface IEditorViewIntelliPrompt

Methods

RequestAutoComplete()

Performs an auto-complete if the language supports an IntelliPrompt completion session at the current offset.

void RequestAutoComplete()

RequestCompletionSession()

Displays a completion list if the language supports an IntelliPrompt completion session at the current offset.

void RequestCompletionSession()

RequestInsertSnippetSession()

Displays IntelliPrompt 'expansion' code snippet selection at the current offset.

void RequestInsertSnippetSession()

RequestParameterInfoSession()

Displays IntelliPrompt parameter info based on the current context.

void RequestParameterInfoSession()

RequestQuickInfoSession()

Displays IntelliPrompt quick info based on the current context.

void RequestQuickInfoSession()

RequestSurroundWithSession()

Displays IntelliPrompt 'surrounds with' code snippet selection at the current offset.

void RequestSurroundWithSession()