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
position
PointSpecifies current position in text.
e
CodeCompletionArgsA
CodeCompletionArgs
that contains data for the code completion event.node
ISyntaxNodeSyntaxNode for codecompletion.
text
stringSpecifies source text.
name
stringRetrieves name of found language element.