CompletionApplyContext

constructor(session: EditorSession, completion: Completion, from: DocPos, to: DocPos)

Parameters

session

The editor session to apply the completion to.

completion

The completion being applied.

from

Start of the text range being replaced.

to

End of the text range being replaced.