Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.44 KB

Road map

  • Document code in comments
  • Move strings to resource file
  • Execute on document save
  • Execute on document format

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

2.2

  • Ability to request a specific version of Prettier for embedded execution.

2.1

  • Ability to use a locally installed prettier version before using internal version
  • New "Format On Save" option in Tools->Options->Prettier

2.0

  • Updated to [email protected]
  • Ability to read and use the prettier configuration specified in your project
  • Tries to maintain your scroll position when formatting
  • Disables the Visual Studio Formatting after using Prettier - so make your results consistent.

1.1

1.0

  • Added UTF-8 encoding support
  • Upgraded to prettier version 1.0.2

0.6

  • Call FormatDocument command after run
  • New logo and command icon
  • Scoped keyboard shortcut to JS editor

0.5

  • Initial release
  • Install npm modules
  • Command on JavaScript context menu
  • Updated readme.md