View source
typedef LinkedEditingRangeRegistrationOptions
package languageServerProtocol.protocol
import languageServerProtocol.protocol.LinkedEditingRange
Fields
optionalid:Null<String>
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
documentSelector:Null<DocumentSelector>
A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.