Method DoCodeCompletionAsync
DoCodeCompletionAsync(Point, CodeCompletionArgs, CancellationToken, bool)
Performs code completion for the specified text representing language element.
public Task DoCodeCompletionAsync(Point position, CodeCompletionArgs e, CancellationToken cancellationToken, bool async)
Parameters
position
PointSpecifies current position in text.
e
CodeCompletionArgsA
CodeCompletionArgs
that contains data for the code completion event.cancellationToken
CancellationTokenRepresents a token handles cancellation operation.
async
boolSpecifies whether code completion request can be run asynchronously.