will low variables ever start supporting snippets?
Hey low,
I find myself using more snippets than global variables in my projects these days. Is there any chance low variables will help me organize my snippets too?
Hey low,
I find myself using more snippets than global variables in my projects these days. Is there any chance low variables will help me organize my snippets too?
Replies
Low 20 Nov 2011 13:51
Actually, early parsed Low Variables are equal to snippets in terms of parse order, so in that sense snippets are already supported. The vars are just stored in the same table as the native global variables.
Amit 20 Nov 2011 14:03
so does that mean that if I create early parsed Low Variables with EEcode with them, I don't have to rely on snippets anymore?
Low 20 Nov 2011 14:13
Yes. Early parsed LV == Snippets.