Port of atom-beautify from Atom to vscode.
Multi language beautifier for VSCode that uses prettydiff .
Install the extension :
-
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install vscode-prettydiff -
choose
Prettify using prettydiff
- Supports all the languages that atom-beautify supports .
- Uses the same engine prettydiff .
VSCode > 1.5
Curretly no setting required
- Allow configurations
- Beautify based on selection
- Beautify all opened files.
- Beautify on save automatically
- Beautify on focus shift
- Loses all the undo history after beautification . Probably Vscode bug.