Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiospampinato/vscode-js-beautify

A little wrapper around "js-beautify" for conveniently beautifying CSS/HTML/JS files.
https://github.com/fabiospampinato/vscode-js-beautify

beautify css extension html js vsc vscode

Last synced: about 2 months ago
JSON representation

A little wrapper around "js-beautify" for conveniently beautifying CSS/HTML/JS files.

Awesome Lists containing this project

README

        

# JS Beautify


Logo

A little wrapper around [`js-beautify`](https://github.com/beautifier/js-beautify) for conveniently beautifying CSS/HTML/JS files.

## Install

Follow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-js-beautify), or run the following in the command palette:

```sh
ext install fabiospampinato.vscode-js-beautify
```

## Usage

It adds 1 command to the command palette:

```js
'Beautify: File' // Beautify the current file
```

## License

- Extension: MIT © Fabio Spampinato
- Logo: MIT © [`js-beautify`](https://github.com/beautifier/js-beautify/blob/main/LICENSE)