Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

v0.6.0 (2016-09-09)

Pre-release
Pre-release
Compare
Choose a tag to compare
@buehler buehler released this 09 Sep 11:50
· 234 commits to master since this release

Added

  • Command to add an import from a symbol under the current cursor (#22)

Changed

  • Complete indexing / parsing engine was rewritten
  • Adding an import does not automatically organize the imports afterwards (#22, #23)

Fixed

  • Exports were not recursively merged (#25)
  • Imports should be added with forwardslashes (#19)
  • Imports are vanishing when usings are PropertyAssignments (#27)
  • Imports are vanishing on organize imports (#30)