Describing features in intellij marketplace

Answered

Hello,

I developed a Intellij Plugin and want to publish it in the marketplace. 

On the page of my plugin there are various section for additional information including at the bottom of the page "Technical Information" with the "Features" 

when i try to edit this section i only get a short notification that extensions are declared in the plugin.xml.

How can i edit this section? 

0
1 comment

Hi Daniel,

The "Plugin Features" section is a section listing features used in the plugin recommendation mechanism:

Extensions are declared in the plugin.xml. Based on this information, your plugin may be recommended for installation in the relevant context. Learn more here: Plugin recommendations.
 
These features are determined automatically by analysing the plugin.xml content. Please see the linked Plugin Recommendations page in the Marketplace documentation:
https://plugins.jetbrains.com/docs/marketplace/intellij-plugin-recommendations.html
 
It is not intended to be edited manually.
0

Please sign in to leave a comment.