A Simple IntelliJ IDEA plugin that identifies classes missing specific annotations, like @kotlin.js.JsExport.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "missing-annotations-therapist" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.