Releases: HaxeFoundation/intellij-haxe
Releases · HaxeFoundation/intellij-haxe
Release-1.7.9
Changelog
1.7.9
- Changed: Allow arbitrary amount of typeParameters when
@:genericBuildmacros 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)
1.7.9
- Changed: Allow arbitrary amount of typeParameters when
@:genericBuildmacros are used in conjugation with TypeParameter named "Rest" - Bugfix: Fixed incorrect annotation on typeParameters when mixing TypeParameters with and without defaults
Beta build (8efefcf2)
- Changed: Allow arbitrary amount of typeParameters when
@:genericBuildmacros are used in conjugation with TypeParameter named "Rest"
Release 1.7.8
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
nullto types annotated with @:notNull
Release 1.7.7
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)
pre-release/202511291618 Support for 2025.3 RC
Beta build (b0ec0a0b)
pre-release/202511081512 bugfix
Release 1.7.6
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)
pre-release/202509251508 update changelog and bump version
Release 1.7.5
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