class LSProtocol::SelectedCompletionInfo
- LSProtocol::SelectedCompletionInfo
- Reference
- Object
Overview
Describes the currently selected completion item.
@since 3.18.0 @proposed
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#range : Range
The range that will be replaced if this completion item is accepted.
-
#text : String
The text the range will be replaced with if this completion is accepted.
Constructor Detail
Instance Method Detail
The range that will be replaced if this completion item is accepted.