Mobile Web Wearable Web

Code Beautifier

The Code Beautifier is a smart decompression tool that beautifies any HTML, CSS, or JavaScript source by reformatting and re-indenting without breaking the content structure.

The Code Beautifier has the following features for beautifying HTML, CSS, and JavaScript:

  • Beautifying code to a minified form
  • Inserting indentation
  • Inserting carriage returns

You can beautify code in 3 ways:

  • In the Project Explorer view, choose a CSS or JavaScript file in the project, open the context menu, and select Code Beautifier. A beautified file with the extension .beaut.<extension> is generated, and a notification dialog is displayed in the lower-right section of the IDE.
  • In the Source Editor, open the context menu, and select Code Beautifier.
  • Use the Ctrl + 6 hotkey.
Go to top