Method CodeCompletionAsync
- Namespace
- Alternet.Syntax.Parsers.Roslyn.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Roslyn.v10.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
positionPointSpecifies current position in text.
eCodeCompletionArgsA
CodeCompletionArgsthat contains data for the code completion event.ctCancellationTokenCancellation token.