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
Here's a quick list of features I think it might be worth adding (for a TODO list / general discussion if needed):
Ability to mark sections of code to be templated inline for sections that aren't worth a new template file. This would allow you to do something like this (although probably with slightly different syntax):
Ability to mark sections of code to be templated inline
What will happen to this after the first generator run? The liquid code will be replaced by normal code, right? So the code has no special meaning to autogen system, and subsequent generator runs won't be able to update the code?
That's my "slightly different syntax" note 😉 I'm still thinking about it -- do you have any ideas there? My hope was that it would be autocompleted and syntax highlighted by an IDE normally, so it couldn't just be in a comment... hmmmm 😕
Here's a quick list of features I think it might be worth adding (for a TODO list / general discussion if needed):
Ability to mark sections of code to be templated inline for sections that aren't worth a new template file. This would allow you to do something like this (although probably with slightly different syntax):The text was updated successfully, but these errors were encountered: