Create Plugin Gradle Project in IntelliJ IDEA 2021.3.1 (Ultimate Edition) Build #IU-213.6461.79, built on December 28, 2021
Answered
Hi,
Following this https://plugins.jetbrains.com/docs/intellij/creating-plugin-project.html I cannot find the IDE Plugin generator, I foud only the one that create a basic plugin.
Please sign in to leave a comment.
Hi,
IntelliJ IDEA 2021.3.1 is over 2 years old, and some things have changed. In SDK Docs, we update the content to match the latest IDE UI.
I suggest updating the IDE to the latest version.
It is really hard to convince the company to update it… would it be possible that if I create the plugin in new version of IntelliJ community edition and installed in this IntelliJ IDEA 2021.3.1 ?
Hi,
Yes, the version you develop a plugin in is independent of the version the plugin will target.
Instead of the project wizard, you can also use the plugin GitHub template: https://plugins.jetbrains.com/docs/intellij/plugin-github-template.html