Context passed to language completion providers.
Summary
Types
@type t() :: %LiveCode.Context{ cursor: non_neg_integer() | nil, metadata: map(), text: String.t() }
Context passed to language completion providers.
@type t() :: %LiveCode.Context{ cursor: non_neg_integer() | nil, metadata: map(), text: String.t() }