I like the idea of creating file templates for general functionality - for example, with a controller template that gives you a subtitle controller.
What I'm looking for is the ability to make some scripts in a template, for example, I can enter the name of the controller by the user: $ {CONTROLLER_NAME}
but later I could use this name as a field, but I cannot, because it usually starts with an uppercase letter, and I will need to use lowercase for the first letter. I did not find a way to do this in templates.
I heard that these patterns are actually speed patterns, so maybe some scenarios are possible? (I don't know the speed)
intellij-idea templates
mkoryak
source share