LSP::TextDocumentClientCapabilities::ImplementationClientCapabilities
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
dynamic_registration
Whether implementation supports dynamic registration. If this is set to true
the client supports the new ImplementationRegistrationOptions return value
for the corresponding server capability as well.
dynamic_registration=(dynamic_registration : Bool | Nil)
Whether implementation supports dynamic registration. If this is set to true
the client supports the new ImplementationRegistrationOptions return value
for the corresponding server capability as well.
link_support=(link_support : Bool | Nil)
The client supports additional metadata in the form of definition links.