Overview Version History Q & A Rating & Review
This extension wraps js-beautify to format your JS, CSS, HTML, JSON file.
##How To Use
open Context Menu and choose Format Code
shortcuts: Alt+Shift+F
CLI: Press F1, enter Format Code
the upper 3 ways don't work for Javascript&JSON after vscode v0.10.10, but you can still format CSS and HTML.
###To format Javascript,CSS and HTML after vscode v0.10.10
CLI: Press F1,enter Formatter
##Config
Press F1, enter Formatter Config, open the config file:
Edit the file as your needs. This extension uses js-beautify internally, so you can edit the parameters which js-beautify can use.
Restart vscode [!Important]
License
MIT
##Bug and Issue
Issue
##Changes Log:
###0.2.3 31 Mar 2017
(BUG FIX): Try to fix the saving problem
###0.2.2 23 Nov 2016
(BUG FIX): onSave feature.Try to fix the Save loop problem.Issue #20
New VSCode API changes:Issue #30 ;
###0.2.0 20 July 2016
###0.1.32 15 July 2016
(BUG FIX) Path maybe undefined
ES6/7 Import Syntax Need to update your formatter.json file Issue #9
Avoid line break to indent the CSS codeIssue #8
###0.1.3 06 May 2016
New Feature: on save.Issue #4
Add a new field in config file onSave(default true);
New Feature: local config file. Issue#3
Use F1-> Formatter Create Local Config to generate the local config file in .vscode folder of your project. Formatter will use the local config file first.
Support JSON file.
###0.1.0 26 Mar 2016
add Config file ,you can format your code as your own settings.
##THANKS:
rjmacarthy, zhaopengme, Arrow7000, bitwiseman