struct LSP::DefinitionClientCapabilities
 
  - LSP::DefinitionClientCapabilities
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/definition_client_capabilities.crConstructors
- .new(pull : JSON::PullParser)
- .new(dynamic_registration : Bool | Nil = nil, link_support : Bool | Nil = nil)
Instance Method Summary
- 
        #dynamic_registration : Bool | Nil
        
          Whether definition supports dynamic registration. 
- 
        #dynamic_registration=(dynamic_registration : Bool | Nil)
        
          Whether definition supports dynamic registration. 
- 
        #link_support : Bool | Nil
        
          The client supports additional metadata in the form of definition links. 
- 
        #link_support=(link_support : Bool | Nil)
        
          The client supports additional metadata in the form of definition links. 
Constructor Detail
Instance Method Detail
        
        def dynamic_registration=(dynamic_registration : Bool | Nil)
        #
      
      
        Whether definition supports dynamic registration.
        
        def link_support : Bool | Nil
        #
      
      
        The client supports additional metadata in the form of definition links.
@since 3.14.0
        
        def link_support=(link_support : Bool | Nil)
        #
      
      
        The client supports additional metadata in the form of definition links.
@since 3.14.0