-
# js-beautify for VS Code
[![Build Status](https://api.travis-ci.org/HookyQR/VSCodeBeautify.svg?branch=master)](https://travis-ci.org/HookyQR/VSCodeBeautify)
VS Code uses js-beautify internally, bit…
-
* VSCode Extension:
- [ ] Reliable: Go to definition, Find references, Code completion, Error highlighting as you type, Type Hints
- [x] Fix perf issues (fix NimSuggest perf issues and make …
-
Hi, in my project, there is a .editorconfig file and a .jsbeautifyrc file. The content of jsbeautifyrc is:
```
{
"editorconfig": true
}
```
In command line, I use `js-beautify main.js` com…
-
# Description
# Input
I've encountered an issue with js-beautify where it incorrectly formats the code when an object literal follows an array declaration without a semicolon. Here's an example …
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.57.0 x64
**Electron**: 9.4.4
**OS**: Microsoft Windows 10 Home Single Language
**Thrown From**: [atom-beautify](https://github.com/Glavi…
-
## Motivation
Being able to use the same short cut for multiple processes based on the current file
## Example usage
Making custom beautifiers all having the same shortcut key.
For example y…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.54.0 x64
**Electron**: 6.1.12
**OS**: Microsoft Windows 10 Home
**Thrown From**: [atom-beautify](https://github.com/Glavin001/atom-beaut…
-
* **Operating System (+Version)**: Ubuntu 20.04
* **VS Code Version**: 1.50.0
* **beautify Version**: 1.5.0
VS Code settings:
```
"beautify.config": {
"indent_size": 4,
"indent_char": "\…
-
# Description
The results of beautification are not what I expect.
# Input Before Beautification
This is what the code looked like before:
```
```
# Expected Output
The beautified…
-
I am trying use `.jsbeautifyrc` at root of project. I use this package with `grunt-contrib-pug`.
Does supporting this file fall within the scope of this package?
```js
'use strict';
var beau…