Interface DocumentSemanticsTokensEditsSignature
- DocumentSemanticsTokensEditsSignature(
this: void,
document: TextDocument,
previousResultId: string,
token: CancellationToken,
): ProviderResult<SemanticTokens | SemanticTokensEdits> Parameters
- this: void
- document: TextDocument
- previousResultId: string
- token: CancellationToken
Returns ProviderResult<SemanticTokens | SemanticTokensEdits>