Method DoCodeCompletion
DoCodeCompletion(Point, CodeCompletionArgs, CancellationToken, bool)
Performs code completion for the specified text representing language element.
public virtual void DoCodeCompletion(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.