LSP::CompletionList
Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object
Represents a collection of completion items to be presented in the editor.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
is_incomplete
This list it not complete. Further typing should result in recomputing this list.
is_incomplete=(is_incomplete : Bool)
This list it not complete. Further typing should result in recomputing this list.