- 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.
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- Ability to request a specific version of Prettier for embedded execution.
- Ability to use a locally installed prettier version before using internal version
- New "Format On Save" option in Tools->Options->Prettier
- 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.
- Updated to [email protected]
- Support for TypeScript (.ts and .tsx)
- Added UTF-8 encoding support
- Upgraded to prettier version 1.0.2
- Call FormatDocument command after run
- New logo and command icon
- Scoped keyboard shortcut to JS editor
- Initial release
- Install npm modules
- Command on JavaScript context menu
- Updated readme.md