Plugin actions not visible

Completed

I made a plugin sample using IntelliJ DevKit according to this page http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/creating_an_action.html. I added a Welcome Screen entry and a new menu with a single entry.

It works fine under intelliJ but I cannot see any menu entry in CLion (which is the target of the plugin).

The plugin appears installed in the plugin list of CLion.

Any help would be appreciated.

0
1 comment
Avatar
Permanently deleted user

Answer to self: uncomment

<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->

or use (CLion only)

<depends>com.intellij.modules.clion</depends>
0

Please sign in to leave a comment.