plugin.xml: import files Imants Cekusins 创建于 2015年08月25日 15:45 I am looking for ways to organize plugin.xml content.Is there a way to move parts of plugin.xml to separate .xml files and import these files to plugin.xml?Thank you very much!
Yes, you can use XInclude for this purpose. See our IdeaPlugin.xml for an example.
Thank you very much, Dmitry!!