Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 3.16 KB

File metadata and controls

90 lines (68 loc) · 3.16 KB

Code Complexity Changelog

[1.8.0]

  • Added support for Go language.
  • Added support for Dart language.
  • Support for IDEA 2025.3.*
  • Support for IDEA 2025.2.*
  • Support for IDEA 2025.*
  • Fixes issue #24
  • Small refactoring of inlay ui components
  • Complexity score is now visible in the inspection results
  • Upgraded to Intellij Gradle plugin 2.0.1
  • Support for K2 mode
  • Fixed issue #18. Now complexity hints are visible only in the MAIN editor.
  • Support for IDEA 2024.2.EAP
  • An inspection 'High code complexity' is added. Now you can run complexity check for the entire project.
  • Hint text in editor is now configurable.
  • Added Chinese translation
  • Updated the plugin compatibility version to 2023.3. Users on 2023.3 and later can now use the plugin.
  • Showing of the complexity icon now can be disabled via Settings -> Tools -> Code Complexity
  • Complexity thresholds are now configurable via Settings -> Tools -> Code Complexity
  • Support for IDEA 2023.2
  • Fix NoClassDefFoundError when Python is not installed
  • Python support
  • Colored icon in the editor
  • Fixed the plugin for IDEA versions 2023.*
  • Added the plugin icon
  • Initial implementation for Java and Kotlin.
  • Publishing of the plugin,