Plugin for Ultimate, PyCharm and GoLand
Hello,
I created plugin in IntelliJ Idea Ultimate and it works in this version. The plugin works in this product. This plugin does not have any special dependencies. It adds a menu item and uses standard Java language functions.
I need to use this plugin in PyCharm and GoLand. I installed it in PyCharm and GoLand and no errors appear. But for PyCharm and GoLand no menu item.
I tried to add this in plugins.xml, but this didn't help:
<depends>com.intellij.modules.python</depends>
Can you, please, help me?
Regards,
Aleksandr.
Please sign in to leave a comment.
Hi Aleksandr,
did you add `<depends>com.intellij.modules.lang</depends>` as described in the docs?
Thank you!