Is it possible to have dynamic file names? i.e. prompt for className, and in templates there is a file with the name <%=className%>.ts or something similar?
I know the functionality is there to rename underscored files (i.e. _gitignore => .gitignore). If this feature doesn't already exist, maybe the syntax could be something like the above mentioned, or simpler like ~someVar~.ts (or, if this is expected to work on windows, maybe double-underscore __someVar__.ts).
This is not urgent, just something I'm looking into.
Is it possible to have dynamic file names? i.e. prompt for className, and in templates there is a file with the name
<%=className%>.ts
or something similar?I know the functionality is there to rename underscored files (i.e.
_gitignore
=>.gitignore
). If this feature doesn't already exist, maybe the syntax could be something like the above mentioned, or simpler like~someVar~.ts
(or, if this is expected to work on windows, maybe double-underscore__someVar__.ts
).This is not urgent, just something I'm looking into.