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

v0.10.0 (2016-11-12)

Pre-release
Pre-release
Compare
Choose a tag to compare
@buehler buehler released this 12 Nov 11:47
· 177 commits to master since this release

Added

  • JSDOCS!
  • Code action provider (light bulb) that imports missing imports as a code fix (#11)
  • Add all missing imports command usable through the gui or by command (#106)

Changed

  • Documents are managed by a controller that calculates all edits first before committing the changes

Fixed

  • Initialize extension and completion provider for typescript react (.tsx) files (#112)
  • Ticks for expression strings are also considered as strings in autocompletion (`)