> For the complete documentation index, see [llms.txt](https://intellij.pluginwriting.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intellij.pluginwriting.academy/master.md).

# Plugin Development Notes for JetBrains IDEs

## Code

* Code examples use the `com.example` package root, but in some circumstances might be shortened to just `example`
*

## Recommendations

Some pages will have a section called Recommendations. This section is meant to be "best practices" related to the topic. It includes common patterns used by plugin developers or personal prescriptions.

## Abbreviations

* Class Types
  * A - Abstract
  * I - Interface
  * C - Class

## TODO

* update upsource links to space
* consolidate all code links to either space or github
