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
positionPointSpecifies current position in text.
eCodeCompletionArgsA
CodeCompletionArgsthat contains data for the code completion event.cancellationTokenCancellationTokenRepresents a token handles cancellation operation.
asyncboolSpecifies whether code completion request can be run asynchronously.