struct LSP::CompletionList
- LSP::CompletionList
 - Struct
 - Value
 - Object
 
Overview
Represents a collection of completion items to be presented in the editor.
Included Modules
Defined in:
base/completion_list.crConstructors
Instance Method Summary
- #is_incomplete : Bool
 - #is_incomplete=(is_incomplete : Bool)
 - 
        #items : Array(CompletionItem)
        
          
The completion items.
 - 
        #items=(items : Array(CompletionItem))
        
          
The completion items.