Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.linked-editing-ranges

Represents a list of ranges that can be edited together along with a word pattern to describe valid range contents.

Represents a list of ranges that can be edited together along with a word pattern to describe valid range contents.
raw docstring

rangescljs

(ranges linked-editing-ranges)

A list of ranges that can be edited together. The ranges must have identical length and text content. The ranges cannot overlap.

Returns: Range[]

A list of ranges that can be edited together. The ranges must have
identical length and text content. The ranges cannot overlap.

**Returns:** `Range[]`
sourceraw docstring

word-patterncljs

(word-pattern linked-editing-ranges)

An optional word pattern that describes valid contents for the given ranges. If no pattern is provided, the language configuration's word pattern will be used.

Returns: RegExp | undefined

An optional word pattern that describes valid contents for the given ranges.
If no pattern is provided, the language configuration's word pattern will be used.

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

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

× close