LSP::TextDocumentClientCapabilities::CompletionClientCapabilities::CompletionItem
Inherits LSP::Initializer < JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
Client supports commit characters on a completion item.
Client supports the deprecated property on a completion item.
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
Client supports the preselect property on a completion item.
Client supports snippets as insert text.
A snippet can define tab stops and placeholders with $1, $2
and ${3:foo}. $0 defines the final tab stop, it defaults to
the end of the snippet. Placeholders with equal identifiers are linked,
that is typing in one will update others too.
Client supports snippets as insert text.
A snippet can define tab stops and placeholders with $1, $2
and ${3:foo}. $0 defines the final tab stop, it defaults to
the end of the snippet. Placeholders with equal identifiers are linked,
that is typing in one will update others too.
Client supports the tag property on a completion item. Clients supporting tags have to handle unknown tags gracefully. Clients especially need to preserve unknown tags when sending a completion item back to the server in a resolve call.
Client supports the tag property on a completion item. Clients supporting tags have to handle unknown tags gracefully. Clients especially need to preserve unknown tags when sending a completion item back to the server in a resolve call.