IntelliJ IDEA - New Template
I am trying to create a set of custom file templates for IntelliJ.
Basically I want to right-click "New> My File Template", similar to the "New> Java Class" bundled with IntelliJ.
I added my own file template using "Settings> File Templates", but they do not appear in my "new" context menu.
This is a Java project, and the template extension is java. Did I miss something?
All help is much appreciated.

No My Template β>

Actually you can, sort of.
I do not know how to do this for Java files. but if you install the extension on txt , it will appear in the right-click menu.
and here it is in the menu:
The only problem: if you create a java class, you will have to rename the file after creation in $ {name} .java
