Table of Contents

Method ProcessAutoComplete

Namespace
Alternet.Syntax.Parsers.Roslyn
Assembly
Alternet.Syntax.Parsers.Roslyn.v9.dll

ProcessAutoComplete(string, Point, out string)

Checks whether end-of-block code needs inserting.

public override 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.