Search code examples
intellij-ideapluginspreviewintellij-plugin

IntelliJ Plugin Development: How to preview the plugin.xml result?


I am developing an IntelliJ plugin and want to upload it into the IntelliJ Plugin Repository. But I want to be on the save side and would like to get a preview of the resulting description text. Especially I would like to see the arrangement of Lists, Links and Images.

It looks like IntelliJ doesn't provide such. So do I really have to upload, check, modify, reupload?

Thanks and best regards.


Solution

  • Building a .zip and add it manually into my IDE worked fine. There I see resulting layout of my own plugin description.

    Thanks and best regards.