Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.commenting-range-provider

Commenting range provider for a {@link CommentController comment controller}.

Commenting range provider for a {@link CommentController comment controller}.
raw docstring

provide-commenting-rangescljs

(provide-commenting-ranges commenting-range-provider document token)

Provide a list of ranges which allow new comment threads creation or null for a given document

Parameters:

  • document: TextDocument
  • token: CancellationToken

Returns: ProviderResult<Range[]>

Provide a list of ranges which allow new comment threads creation or null for a given document

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

**Returns:** `ProviderResult<Range[]>`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close