Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 18:35
· 38 commits to main since this release
2ab117c

Added

  • #22: Added code folding for extensions.localInspection tags in plugin descriptor files.

Changed

  • Added qodana.yml to the list diffable plugin configuration files.
  • Improved the inlay hint logic to find and classify light services in Kotlin classes, including nested classes.
  • #2: Added Kotlin file support for generating a getInstance() function in companion objects for services, components, etc.
  • #2: Added support for converting a Kotlin class to a PersistentStateComponent.
  • CONF: Updated plugin configuration to match version 1.7.0 of the platform plugin template.
  • CONF: The plugin is now built with JDK 17.

Removed

  • Removed support for IJ 2022.1.
  • Removed some deprecated and internal API usage.