Skip to content

Notes on possible functionality improvements to autogen #128

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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