Table of Contents

Method CodeCompletion

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

CodeCompletion(string, Point, CodeCompletionArgs, ISyntaxNode)

Performs code completion for the specified text representing language element.

public virtual void CodeCompletion(string text, Point position, CodeCompletionArgs e, ISyntaxNode node)

Parameters

text string

Specifies current text line.

position Point

Specifies current position in text.

e CodeCompletionArgs

A CodeCompletionArgs that contains data for the code completion event.

node ISyntaxNode

SyntaxNode for code completion.