idea-plugin-example2

JetBrains IDEA plugin pedagogical example w/ usage of complex JetBrains UI components

APACHE-2.0 License

Stars
11

idea-plugin-example2

This repo is a pedagogical example of an IDEA plugin. To learn more about plugins please read the tutorial that accompanies this code example on developerlife.com - Introduction to creating IntelliJ IDEA plugins.

Also checkout the accompanying repo to this one idea-plugin-example.

This project aims to explore more complex UI elements from IntelliJ Platform SDK. Here is a list:

  1. Tool windows
  2. Line marker provider
  3. Inlay decoration
  4. Code editor component
  5. List
  6. Tree
  7. Table