Table of Contents

Method CodeCompletion

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

CodeCompletion(string, StringItemInfo[], Point, CodeCompletionArgs)

When implemented by a class, performs code completion for the specified text representing language element.

void CodeCompletion(string text, StringItemInfo[] textData, Point position, CodeCompletionArgs e)

Parameters

text string

Specifies source text.

textData StringItemInfo[]

Specifies data containing color information for the given string.

position Point

Specifies current position in text.

e CodeCompletionArgs

Contains data for the code completion.

CodeCompletion(string, StringItemInfo[], Point, bool, CodeCompletionArgs)

When implemented by a class, performs code completion for the specified text representing language element.

void CodeCompletion(string text, StringItemInfo[] textData, Point position, bool useThread, CodeCompletionArgs e)

Parameters

text string

Specifies source text.

textData StringItemInfo[]

Specifies data containing color information for the given string.

position Point

Specifies current position in text.

useThread bool

Specifies whether parser should perform the task in the separate thread.

e CodeCompletionArgs

Contains data for the code completion.