Skip to content

simonmeadows/vscode-prettydiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-prettydiff

Port of atom-beautify from Atom to vscode.

Multi language beautifier for VSCode that uses prettydiff .

How To Use

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

Features

  • Supports all the languages that atom-beautify supports .
  • Uses the same engine prettydiff .

Requirements

VSCode > 1.5

Extension Settings

Curretly no setting required

Roadmap (need help)

  • Allow configurations
  • Beautify based on selection
  • Beautify all opened files.
  • Beautify on save automatically
  • Beautify on focus shift

Known Issue:

  • Loses all the undo history after beautification . Probably Vscode bug.

About

Multi-Syntax formatting or VSCode that uses same beautifier as atom-beautify .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.9%
  • HTML 27.8%
  • CSS 1.3%