class LSP::CodeActionParams
 
  - LSP::CodeActionParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/code_action_params.crConstructors
Instance Method Summary
- 
        #context : CodeActionContext
        
          Context carrying additional information. 
- 
        #context=(context : CodeActionContext)
        
          Context carrying additional information. 
- 
        #range : Range
        
          The range for which the command was invoked. 
- 
        #range=(range : Range)
        
          The range for which the command was invoked. 
- #text_document : TextDocumentIdentifier
- #text_document=(text_document : TextDocumentIdentifier)