最新编译版本使用(2023.3): https://www.jetbrains.com.cn/idea/download/other.html
- JDK>=17
- 最新的版本IDEA 不会自动安装 plugin-devkit plugin-devkit
example with IntelliJ IDEA Community Edition IC-221.6008.13
-
java runtime must height than java 11(version is 221.6008.13)
-
IntelliJ IDEA Community Edition add sdk source file ,clone intellij-community source code,choose the specific version https://github.com/JetBrains/intellij-community/tree/201.6668
more you can see: https://www.yuque.com/arthas-idea-plugin/help/qf0s9y
plugin debug like java project,add a plugin debug,you can click debug will start a sandbox environment idea in new windows
- current project not use gradle to manger dependency,use idea dependency library to manger
- GUI form designing,you can read this blog https://corochann.com/intellij-plugin-development-introduction-gui-form-designing-456/
- Click on the build directory below deployment button,you can see arthas-idea-plugin.zip file in project directory
if you create a new plugin,you can use two-way
-
use template https://lp.jetbrains.com/intellij-platform-plugin-template/
-
use new project to create