struct LSP::WorkspaceEditClientCapabilities
- LSP::WorkspaceEditClientCapabilities
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/capabilities/workspace_edit_client_capabilities.crConstructors
Instance Method Summary
- #change_annotation_support : ChangeAnnotationSupport | Nil
- #change_annotation_support=(change_annotation_support : ChangeAnnotationSupport | Nil)
- #document_changes : Bool | Nil
- #document_changes=(document_changes : Bool | Nil)
- #failure_handling : FailureHandlingKind | Nil
- #failure_handling=(failure_handling : FailureHandlingKind | Nil)
- #normalizes_line_endings : Bool | Nil
- #normalizes_line_endings=(normalizes_line_endings : Bool | Nil)
- #resource_operations : Array(ResourceOperationKind) | Nil
- #resource_operations=(resource_operations : Array(ResourceOperationKind) | Nil)
Constructor Detail
Instance Method Detail
def change_annotation_support=(change_annotation_support : ChangeAnnotationSupport | Nil)
#