Table of Contents

Method ProcessAutoComplete

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

ProcessAutoComplete(string, Point, out string)

Checks whether end-of-block code needs inserting.

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

Parameters

text string

Specifies source 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.