Liking cljdoc? Tell your friends :D

dots.vscode.decoration-range-behavior

Describes the behavior of decorations when typing/editing at their edges.

Describes the behavior of decorations when typing/editing at their edges.
raw docstring

closed-closedcljs

The decoration's range will not widen when edits occur at the start or end.

The decoration's range will not widen when edits occur at the start or end.
sourceraw docstring

closed-opencljs

The decoration's range will widen when edits occur at the end, but not at the start.

The decoration's range will widen when edits occur at the end, but not at the start.
sourceraw docstring

open-closedcljs

The decoration's range will widen when edits occur at the start, but not at the end.

The decoration's range will widen when edits occur at the start, but not at the end.
sourceraw docstring

open-opencljs

The decoration's range will widen when edits occur at the start or end.

The decoration's range will widen when edits occur at the start or end.
sourceraw docstring

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

× close