class LSProtocol::InlineCompletionList

Overview

Represents a collection of InlineCompletionItem to be presented in the editor.

@since 3.18.0 @proposed

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(items : Array(InlineCompletionItem) | Nil) #

[View source]

Instance Method Detail

def items : Array(InlineCompletionItem) #

The inline completion items


[View source]