Skip to content

Release 1.5.9

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 16:59

Changelog

1.5.9

  • Bugfix: Completion did not work properly with haxe 3.1 extensions annotation in typedefs.(#1184)
  • Bugfix: Fixed issue where assign check from class to anonymous type would fail because inherited members where not included.
  • Improvement: Macro expressions with topLevelDeclarations and map initializers should no longer be marked as errors(#1185)
  • Improvement: @:structInit assign checks now also check class constructor
  • Improvement: Improved resolve based on context when multiple enums in the same file has members with identical names.
  • Changed: Use normal indentation rule for anonymous body elements (#1183)
  • Misc: Fixed incorrect icon scaling (haxe logo icon)
  • Misc: Tweaks to support future intellij releases (2024.3+)