View source
typedef LinkedEditingRanges
package languageServerProtocol.protocol
import languageServerProtocol.protocol.LinkedEditingRange
The result of a linked editing range request.
Available since
3.16.0
.Fields
optionalwordPattern:Null<String>
An optional word pattern (regular expression) that describes valid contents for the given ranges. If no pattern is provided, the client configuration's word pattern will be used.