Pass completion context to properties #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This would be very useful for me as I am basing completions not only on variables passed to liquid templates, but also locally-defined variables (e.g.,
for <varname> in <array>orassign). Consider:As best I can tell right now, given the current API, there is no way to make CodeMirror autocomplete
person, though once I do typepersonand press.thenpropertiesis called, but I don't have any context available to determine thatpersonis even available in scope in order to provide properties to complete.That seems reasonable. Merged.