Skip to content

Release 1.4.21

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jan 13:09

Changelog

1.4.21

  • Added: Support for comment line/block command in HXML files
  • Improvement: Attempt at restoring Member pull up refactoring
  • Improvement: Attempt at restoring Member push down refactoring
  • Improvement: Attempt at restoring extract to interface refactoring
  • Added: intent for convert variable to property
  • Added: intent for convert property to variable
  • Added: intent for creating for loop from variables implementing iterator
  • Improved type resolving for key-value loops
  • Improvement: Reworked keyword completion
  • Fixed: Incorrect keyword suggestions (KNEVER-> never, KTO -> to, KFROM -> from)
  • Fixed: Type completion should now allow identical names if package is different
  • Fixed: callExpression annotator now checks for @:callable
  • Misc NPE fixes.