Method CodeCompletion
CodeCompletion(string, StringItemInfo[], Point, bool, CodeCompletionArgs)
Performs code completion for the specified text representing language element.
public override void CodeCompletion(string text, StringItemInfo[] textData, Point position, bool useThread, CodeCompletionArgs e)
Parameters
text
stringSpecifies source text.
textData
StringItemInfo[]Specifies data containing color information for the given string.
position
PointSpecifies current position in text.
useThread
boolSpecifies whether parser should perform the task in the separate thread.
e
CodeCompletionArgsContains data for the code completion.