LSProtocol::InlineCompletionContext
Inherits JSON::Serializable / Reference / Object
Provides information about the context in which an inline completion was requested.
@since 3.18.0 @proposed
Constructors
new(pull : JSON::PullParser)
Sourcenew(trigger_kind : InlineCompletionTriggerKind | Nil, selected_completion_info : SelectedCompletionInfo | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
selected_completion_info
Provides information about the currently selected item in the autocomplete widget if it is visible.