LinkedEditingRanges$Typings extension

on

Properties

ranges List<Range>

Available on LinkedEditingRanges, provided by the LinkedEditingRanges$Typings extension

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

Available on LinkedEditingRanges, provided by the LinkedEditingRanges$Typings extension

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.
no setter