JetBrains/gradle-idea-ext-plugin

Support for project level templates (and publishing?)

trevjonez opened this issue · 0 comments

Currently file templates and live templates are stored in the user settings on a machine and are globally visible. Almost every template I have ever written was specific to a project, it would be great if I could check in an xml file to the repo and point at it with this plugin DSL

A step two would be the ability to package these configurations in a jar for distribution with library projects.

Publishing/distributing templates and structural search replace configurations could be used as a way to automate/ease breaking change migrations.

I made a similar request to google for android studio and the AAR package format. this could potentially invalidate that request. https://issuetracker.google.com/issues/37127571