Skip to content

Notes on possible functionality improvements to autogen #128

@WasabiFan

Description

@WasabiFan

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):
doAThing();
//~autogen
doOtherImportantThing({{myClass.myProp}});
//~autogen
  • Ability to include templates in other templates (mark a template to be re-evaluated after initially being inserted)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions