Creating a Plugin from Scratch – Maven
Read moreHow do you make a Jetbrain plugin?
Creating an IntelliJ Platform Plugin Project
Read moreIs IntelliJ a SDK?
To develop applications in IntelliJ IDEA, you need a Java SDK (JDK) . A JDK is a software package that contains libraries, tools for developing and testing Java applications (development tools), and tools for running applications on the Java platform (Java Runtime Environment — JRE).
Read moreWhat language are IntelliJ plugins written in?
Programming language For most developers the choice is easy: use the Java language to build your plugin. If you prefer it’s also possible to use other languages based on the JVM, e.g. Kotlin or Scala. You’re on your own here, though.
Read more