Skip to content

Releases: HaxeFoundation/intellij-haxe

Release-1.7.9

04 Feb 19:09

Choose a tag to compare

Changelog

1.7.9

  • Changed: Allow arbitrary amount of typeParameters when @:genericBuild macros are used in conjugation with TypeParameter named "Rest"
  • Bugfix: Fixed incorrect annotation on typeParameters when mixing TypeParameters with and without defaults
  • Bugfix: Fixed issue where completion suggestions would not include suggestions for imports in import.hx

Beta build (7f23d49d)

26 Jan 20:16

Choose a tag to compare

Beta build (7f23d49d) Pre-release
Pre-release

1.7.9

  • Changed: Allow arbitrary amount of typeParameters when @:genericBuild macros are used in conjugation with TypeParameter named "Rest"
  • Bugfix: Fixed incorrect annotation on typeParameters when mixing TypeParameters with and without defaults

Beta build (8efefcf2)

19 Jan 17:36

Choose a tag to compare

Beta build (8efefcf2) Pre-release
Pre-release
  • Changed: Allow arbitrary amount of typeParameters when @:genericBuild macros are used in conjugation with TypeParameter named "Rest"

Release 1.7.8

16 Dec 20:34

Choose a tag to compare

Changelog

1.7.8

  • Bugfix: Fixed issue where numeric operators would incorrectly display an error for platform specific numeric types (#1228)
  • Added: Weak warning when assigning null to types annotated with @:notNull

Release 1.7.7

08 Dec 09:10

Choose a tag to compare

Changelog

1.7.7

  • Added: Intellij 2025.3 support
  • Added: Declaration and expression move up/down handers
  • Fixed: Parameter info and inlays where incorrectly showing first parameter for extension methods and macro member methods

Beta build (e0b04afe)

29 Nov 16:27

Choose a tag to compare

Beta build (e0b04afe) Pre-release
Pre-release
pre-release/202511291618

Support for 2025.3 RC

Beta build (b0ec0a0b)

08 Nov 15:24

Choose a tag to compare

Beta build (b0ec0a0b) Pre-release
Pre-release
pre-release/202511081512

bugfix

Release 1.7.6

29 Sep 16:55

Choose a tag to compare

Changelog

1.7.6

  • Added: Line marker for recursions
  • Added: Support for showing breadcrumbs
  • bugfix: Intellij 2025.2 plugin code changes broke debugging, it should now work again.
  • Bugfix: Find usage would not show write access (#1226 - Fix by LviatYi)

Beta build (18bfea31)

25 Sep 15:23

Choose a tag to compare

Beta build (18bfea31) Pre-release
Pre-release
pre-release/202509251508

update changelog and bump version

Release 1.7.5

07 Sep 14:40

Choose a tag to compare

Changelog

1.7.5

  • Added: Initial support for intellij 2025.2.
  • Added: Detecting code references in console output and making them navigatable.
  • Added: Adding quickfixes for missing constructor, missing Super call and introduce Enum value.
  • Bugfix: Private constructors would in some cases show as unused when not.
  • Bugfix: Fixed issue where recursion guard would cause resolve to fail. (#1222)
  • Changed: shadowing static methods changed from warning to weak warning.
  • Improvement: misc minor bugfixes