Reputation: 642
I just found these files hidden into my .idea folder in an IntelliJ project. How am I supposed to use them?
What are they for???
Thanks for your help!
Upvotes: 1
Views: 104
Reputation: 59
Those files are the templates for when you create a new file,
For example, if you create a new class in IntelliJ
, it will follow that template.
You can customize these templates (by going to Settings/Preferences and Editor | File and Code Templates) to save time writing code!
Upvotes: 2