Skip to content

Release 1.5.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 21:22

Changelog

1.5.4

  • Bugfix: import would be displayed as unused if last reference in a file was a fully qualified reference.
  • Bugfix: Fixing problem with resolving setter method reference from property.
  • Bugfix: Imports would not be added automatically when package statement was missing.
  • Fixed: Constraints and defaults could not be used together in type generics
  • Fixed: Type-hierarchy would not include types that contained generics
  • Improvement: major rework of completion suggestions
    • Added completion for constructors
    • Added public static members to completion suggestions
    • Added auto insertion of import statement if missing
    • Fixed documentation lookup for indexed items
    • Fixed issue for classes with identical names
    • Ignoring files in platform specific implementations of standard library (_std)
    • Changed the rendering of the completion elements to look more like the intellij default.
    • initial attempt at prioritizing lookup elements by relevance.