Summary

Writing our own plugins in IntelliJ IDEA is not as tricky as it may seem; it's all about the API provided by the JetBrains team, basically. This chapter covers just the beginning of plugin development for IntelliJ IDEA. It is just the tip of the iceberg. You can find the documentation of the API by heading to JetBrains' Confluence page and choosing the IntelliJ IDEA plugin development space. At the time of writing this book, the documentation was available at:

http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopment

Here, you will find the IDE's architectural overview, the plugin structure, and many guides on how to develop even the most advanced plugins. JetBrains Confluence is the never-ending resource to extend the IDE. The ...

Get IntelliJ IDEA Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.