Method CodeCompletionAsync
CodeCompletionAsync(Point, CodeCompletionArgs, CancellationToken)
When implemented by a class, performs code completion for the specified text representing language element.
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.