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
PointSpecifies current position in text.
e
CodeCompletionArgsA
CodeCompletionArgs
that contains data for the code completion event.ct
CancellationTokenCancellation token.