Table of Contents

Method ProcessAutoComplete

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

ProcessAutoComplete(string, Point, out string)

When implemented by a class, checks whether end-of-block code needs inserting.

bool ProcessAutoComplete(string text, Point position, out string code)

Parameters

text string

Specifies line text.

position Point

Specifies current position in text.

code string

Output parameter to return code fragment to be inserted.

Returns

bool

True if autocompletion of end-of-block needed; otherwise false.