Summary of IDEA plug-in development materials

Recently, I am learning IDEA plug-in development, and I feel that the information in this piece is very sparse, and I can’t even find the answer even if I report an error. I hereby post the relevant and useful blog addresses and links for future reference.

  1. Idea plug-in development - develop your own first idea plug-in
    Address: https://www.cnblogs.com/caicz/p/16470174.html
    Remarks: The content quality is high, and there is an explanation of the detailed tag configuration in plugin.xml, There are also many actual development cases, which are very useful.
  2. Getting started with idea plug-in development from 0, idea plug-in development tutorial, how to develop idea plug-ins
    Address: https://blog.csdn.net/smile_795/article/details/125470136
    Remarks: There is a whole process from entry to package installation, suitable for and others The tutorial combines comparison and sorting out the specific operation steps.
  3. IDEA plug-in official development document
    Address: https://plugins.jetbrains.com/docs/intellij/welcome.html#getting-started
    Remarks: It is suitable for combining with blogs, read the code inside to view the principle implementation and development process of idea.
  4. Remember the Idea plug-in development process
    Address: https://www.jianshu.com/p/ee921e7fb260
    Remarks: I didn’t read it carefully, but the process is relatively complete, and there are plug-in development suggestions given by the author.

Code it first and add more later. If you have seen a better plug-in development blog, you can also post it in the comment area!

Guess you like

Origin blog.csdn.net/zoubaihan/article/details/127320713