class

LSProtocol::ServerCompletionItemOptions

Inherits JSON::Serializable / Reference / Object

@since 3.18.0

Constructors

new(pull : JSON::PullParser)
Source
new(label_details_support : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

label_details_support

The server has support for completion item label details (see also CompletionItemLabelDetails) when receiving a completion item in a resolve call.

@since 3.17.0

Source