Language support plugin and file templates
Hello to everyone, I'm new to Intellij plugin development and I need to develop a plugin for a dsl. I'm following this guide: http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support.html
I'm trying to add some new file templates to my plugin but I can't figure out how to include them in my plugin. I would like that when I install the plugin it also imports the file templates that I specified in my plugin. I feel like I'm missing out something very easy to do, any help is appreciated!
Please sign in to leave a comment.
Take a look at FileTemplateGroupDescriptorFactory.