Method CodeCompletion
CodeCompletion(Point, CodeCompletionArgs, ISyntaxNode, string, ref string)
Performs code completion for the specified text representing language element.
public void CodeCompletion(Point position, CodeCompletionArgs e, ISyntaxNode node, string text, ref string name)
Parameters
positionPointSpecifies current position in text.
eCodeCompletionArgsA
CodeCompletionArgsthat contains data for the code completion event.nodeISyntaxNodeSyntaxNode for codecompletion.
textstringSpecifies source text.
namestringRetrieves name of found language element.