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

Latest commit

 

History

History
79 lines (62 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

79 lines (62 loc) · 3.5 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Fixed

  • Code completions does show when user types (#55)
  • Default exports and imports are working (#40)
  • New created files are correctly indexed now (#46)

Added

  • More tests! :-) (#8)
  • CodeCompletionProvider that autocompletes your symbols and adds the imports if necessary (#5)
  • Support for *.tsx files (#42)

Changed

  • Import under cursor does only import if it's an exact match (PR #35)
  • Own imports (workspace) are sorted to the top (#37)
  • Updated inversify to v2

Fixed

  • On Windows, forwardslashes will be used instead of backslashes (#19) (definitly this time)
  • export xxx as yyy does now correctly use the alias of the declaration (#36)
  • Build directories are ignored by default (for indexing) (#48)
  • Substructures import parent index.ts files correctly now (#49)

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)

Added

  • Option to insert spaces before and after the curly braces of an import statement

Fixed

  • Duplicated module entries should be gone
  • Url for "Get Started" on publish page

Added

  • Output channel for logging (configurable verbosity)
  • Commands from the resolver extension (to the cmd gui)

Fixed

  • Tests on travis-ci
  • Typos

Added

  • Organize imports
  • Add new imports
  • Debug restarter feature
  • Command palette (ctrl+alt+g)

Fixed

  • Various bugs in AST parsing