You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Completion suggestions inside @:forward will now only show suggestions for unerlying type members.
Fixed: Methods implementing an abstract parent method were flagged as unused (no override keyword required in Haxe). (fixed by Tobbse - #1254)
Fixed: Range expressions like 0...n are now typed as IntIterator (as the compiler does), so its members and using extension methods on ranges resolve.(fixed by Tobbse - #1255)
Added: initial support for inline XML markup (parsing & basic highlighting).
Fixed: HXML parsing failed to parse more complex HXML file inclusion references.
Fixed: Added missing keywords for completion suggestions in Class body (static, final, inline).
Changed: HXML completion will how show suggestions for arguments and libraries without requiring you type the first character.
Misc: Removing and replacing deprecated API in preparation for intellij 2026.2