IntelliJ-SDK content
-
Advanced guide to creating IntelliJ IDEA plugins
Mar 13, 2021 β’ Nazmul Idris
Advanced guide to creating JetBrains Platform plugins: VFS, PSI, Kotlin UI DSL, Dialog, Tool window, List, Swing UI and layout managers, ConsoleView, LineMarker. This is a companion of the Introduction to creating IntelliJ IDEA plugins tutorial. -
Introduction to creating IntelliJ IDEA plugins
Nov 20, 2020 β’ Nazmul Idris
Introduction to creating plugins using JetBrains Plugin SDK covering these topics: PicoContainer, Services, plugin.xml, actions, extension points, extensions, testing, and the intellij-plugin-verifier. This is a companion of the Advanced guide to creating IntelliJ IDEA plugins.