You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using t-call, a lot of bindings are assumed to be either from the template context, or supplied by callees. However, as a callee, it is impossible to know and remember all the possible bindings that have special meaning in the original templates.
A solution would be to collect all free bindings, i.e. identifiers used without a matching t-as or t-set definition, and allow completion/jumpdefs/references/etc.
The text was updated successfully, but these errors were encountered:
When using
t-call
, a lot of bindings are assumed to be either from the template context, or supplied by callees. However, as a callee, it is impossible to know and remember all the possible bindings that have special meaning in the original templates.A solution would be to collect all free bindings, i.e. identifiers used without a matching
t-as
ort-set
definition, and allow completion/jumpdefs/references/etc.The text was updated successfully, but these errors were encountered: