Table of Contents

Method DoCodeCompletion

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

DoCodeCompletion(Point, CodeCompletionArgs, CancellationToken, bool)

Performs code completion for the specified text representing language element.

public virtual void DoCodeCompletion(Point position, CodeCompletionArgs e, CancellationToken cancellationToken, bool async)

Parameters

position Point

Specifies current position in text.

e CodeCompletionArgs

A CodeCompletionArgs that contains data for the code completion event.

cancellationToken CancellationToken

Represents a token handles cancellation operation.

async bool

Specifies whether code completion request can be run asynchronously.