resolveDocumentDropEdit
abstract var resolveDocumentDropEdit: (edit: T, token: CancellationToken) -> ProviderResult<T>?(source)
Optional method which fills in the {@linkcode DocumentDropEdit.additionalEdit} before the edit is applied.
This is called once per edit and should be used if generating the complete edit may take a long time. Resolve can only be used to change DocumentDropEdit.additionalEdit.
Parameters
edit
The {@linkcode DocumentDropEdit} to resolve.
token
A cancellation token.