Liking cljdoc? Tell your friends :D

dots.vscode.hover

A hover represents additional information for a symbol or word. Hovers are rendered in a tooltip-like widget.

A hover represents additional information for a symbol or word. Hovers are
rendered in a tooltip-like widget.
raw docstring

contentscljs

(contents hover)

The contents of this hover.

Returns: (MarkdownString | MarkedString)[]

The contents of this hover.

**Returns:** `(MarkdownString | MarkedString)[]`
sourceraw docstring

rangecljs

(range hover)

The range to which this hover applies. When missing, the editor will use the range at the current position or the current position itself.

Returns: Range | undefined

The range to which this hover applies. When missing, the
editor will use the range at the current position or the
current position itself.

**Returns:** `Range | undefined`
sourceraw docstring

set-contents!cljs

(set-contents! hover value)

The contents of this hover.

The contents of this hover.
sourceraw docstring

set-range!cljs

(set-range! hover value)

The range to which this hover applies. When missing, the editor will use the range at the current position or the current position itself.

The range to which this hover applies. When missing, the
editor will use the range at the current position or the
current position itself.
sourceraw docstring

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

× close