Method CodeCompletionAsync
CodeCompletionAsync(Point, CodeCompletionArgs, CancellationToken)
Performs code completion for the specified text representing language element.
public virtual Task CodeCompletionAsync(Point position, CodeCompletionArgs e, CancellationToken cancellationToken)
Parameters
position
PointSpecifies current position in text.
e
CodeCompletionArgsA
CodeCompletionArgs
that contains data for the code completion event.cancellationToken
CancellationToken