ShowCodeCompletionBox Method
ShowCodeCompletionBox(ICodeCompletionProvider, CodeCompletionType)
Shows code completion popup window with given provider at the current position.
Declaration
public virtual void ShowCodeCompletionBox(ICodeCompletionProvider provider, CodeCompletionType completionType)
Parameters
Type | Name | Description |
---|---|---|
ICodeCompletionProvider | provider | Represents data for code completion popup window. |
CodeCompletionType | completionType | Specifies code completion type. |
Implements
ShowCodeCompletionBox(ICodeCompletionProvider, CodeCompletionType, Point)
Shows code completion popup window with given Provider at the specified position.
Declaration
public virtual void ShowCodeCompletionBox(ICodeCompletionProvider provider, CodeCompletionType completionType, Point position)
Parameters
Type | Name | Description |
---|---|---|
ICodeCompletionProvider | provider | Represents data for code completion popup window. |
CodeCompletionType | completionType | Specifies code completion type. |
Point | position | Position to show code completion popup window. |
Implements
ShowCodeCompletionBox(ICodeCompletionProvider, CodeCompletionType, Point, Point, Point)
Declaration
protected virtual void ShowCodeCompletionBox(ICodeCompletionProvider provider, CodeCompletionType completionType, Point pt, Point startPoint, Point endPoint)
Parameters
Type | Name | Description |
---|---|---|
ICodeCompletionProvider | provider | |
CodeCompletionType | completionType | |
Point | pt | |
Point | startPoint | |
Point | endPoint |