Table of Contents

Method CodeCompletionAsync

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

CodeCompletionAsync(Point, CodeCompletionArgs, CancellationToken)

Performs code completion for the specified text representing language element.

public override Task CodeCompletionAsync(Point position, CodeCompletionArgs e, CancellationToken ct)

Parameters

position Point

Specifies current position in text.

e CodeCompletionArgs

A CodeCompletionArgs that contains data for the code completion event.

ct CancellationToken

Cancellation token.

Returns

Task