struct LSP::Data::TextDocumentClientCapabilities::CompletionItem
- LSP::Data::TextDocumentClientCapabilities::CompletionItem
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/data/text_document_client_capabilities.crConstructors
Instance Method Summary
- #commit_characters_support : Bool
- #commit_characters_support=(commit_characters_support : Bool)
- #deprecated_support : Bool
- #deprecated_support=(deprecated_support : Bool)
- #documentation_format : Array(String)
- #documentation_format=(documentation_format : Array(String))
- #preselect_support : Bool
- #preselect_support=(preselect_support : Bool)
- #snippet_support : Bool
- #snippet_support=(snippet_support : Bool)