LSP::Data::TextDocumentClientCapabilities::CompletionItem
Inherits 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.