Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.05 KB

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