View source
typedef SelectionRangeClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.SelectionRange
Fields
optionaldynamicRegistration:Null<Bool>
Whether implementation supports dynamic registration for selection range providers. If this is set to true
the client supports the new SelectionRangeRegistrationOptions
return value for the corresponding server
capability as well.