A completion item shown by the LiveCode suggestion popup.
@type t() :: %LiveCode.Completion{ detail: String.t() | nil, insert_text: String.t() | nil, kind: atom() | nil, label: String.t() }