LSProtocol::InlineCompletionList
Inherits JSON::Serializable / Reference / Object
Represents a collection of InlineCompletionItem to be presented in the editor.
@since 3.18.0 @proposed
Constructors
new(pull : JSON::PullParser)
Sourcenew(items : Array(InlineCompletionItem) | Nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source