struct LSP::CompletionList

Overview

Represents a collection of completion items to be presented in the editor.

Included Modules

Defined in:

base/completion_list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(**args) #

Instance Method Detail

def is_incomplete : Bool #

def is_incomplete=(is_incomplete : Bool) #

def items : Array(CompletionItem) #

The completion items.


def items=(items : Array(CompletionItem)) #

The completion items.