Interface LinkedEditingRangeClientCapabilities

Client capabilities for the linked editing range request.

3.16.0

interface LinkedEditingRangeClientCapabilities {
    dynamicRegistration?: boolean;
}

Properties

dynamicRegistration?: boolean

Whether implementation supports dynamic registration. If this is set to true the client supports the new (TextDocumentRegistrationOptions & StaticRegistrationOptions) return value for the corresponding server capability as well.