class

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)
Source
new(items : Array(InlineCompletionItem) | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

items

The inline completion items

Source