Install custom templates with plugin Permanently deleted user 创建于 2011年10月26日 11:18 Hi,I'm developing a plugin and I need to use custom File Templates, how can I integrate these templates to IDEA when installing my Plugin?Truly,Yury
use extension point com.intellij.ide.fileTemplates.FileTemplateGroupDescriptorFactory, you can find an example in Devkit-plugin
I gave an answer to this question in this thread: http://devnet.jetbrains.net/click.jspa?searchID=401511&objectType=2&objectID=5316251