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
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.