class LSProtocol::ServerCompletionItemOptions
- LSProtocol::ServerCompletionItemOptions
- Reference
- Object
Overview
@since 3.18.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#label_details_support : Bool | Nil
The server has support for completion item label details (see also
CompletionItemLabelDetails
) when receiving a completion item in a resolve call.
Constructor Detail
Instance Method Detail
def label_details_support : Bool | Nil
#
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