Skip to content

Release 1.8.6

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:53

Changelog

1.8.6

  • 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