How to add plugin to IDEA installation recommendations
已回答
Hi community,
IDEA can suggest uninstalled plugins based on project dependencies. It shows a balloon notification with the following text "Recommended plugin available for dependencies '...'".
Is there any way to declare dependencies on our framework so that the IDEA will also offer my plugin?
The plugin is for the conversational framework that is developed by our company.
Greetings
Vitaly
请先登录再写评论。
Hi Vitaly,
Please use com.intellij.dependencySupport extension point, e.g.:
<dependencySupport kind="java" coordinate="org.springframework:spring-webmvc" displayName="Spring MVC"/>