LiveCode.Context (livecode v0.1.0)

Copy Markdown View Source

Context passed to language completion providers.

Summary

Types

t()

@type t() :: %LiveCode.Context{
  cursor: non_neg_integer() | nil,
  metadata: map(),
  text: String.t()
}