Completions for the caret at offset in text.
offset
text
fslCompletions('state x : { color: ', 19)[0].kind; // => 'value-color' Copy
fslCompletions('state x : { color: ', 19)[0].kind; // => 'value-color'
Completions for the caret at
offsetintext.