Liking cljdoc? Tell your friends :D

dots.vscode.document-range-semantic-tokens-provider

The document range semantic tokens provider interface defines the contract between extensions and semantic tokens.

The document range semantic tokens provider interface defines the contract between extensions and
semantic tokens.
raw docstring

provide-document-range-semantic-tokenscljs

(provide-document-range-semantic-tokens document-range-semantic-tokens-provider
                                        document
                                        range
                                        token)

Parameters:

  • document: TextDocument
  • range: Range
  • token: CancellationToken

Returns: ProviderResult<SemanticTokens>

**Parameters:**
- `document`: `TextDocument`
- `range`: `Range`
- `token`: `CancellationToken`

**Returns:** `ProviderResult<SemanticTokens>`
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close