js-beautify icon indicating copy to clipboard operation
js-beautify copied to clipboard

Beautifier for javascript

Results 179 js-beautify issues
Sort by recently updated
recently updated
newest added

is this currently possible and im jsut missing the correct flag ? # Input The code looked like this before beautification: ``` longerVariableName.test === otherVariable.otherProperty && !reallylongVariableName ``` # Expected...

type: bug
language: javascript

# Description > This is the default template for feature requests. > I don't see any option to set space between the CSS selectors like: No space: a,p,b{} Yes space:...

type: bug
type: enhancement
language: css

# Description the code does not look pretty after "prettifying" ## Input The code looked like this before beautification: ``` (function() { some_code_here(); { /* IE11 let bug bypass */...

type: bug
language: javascript

# Description The HTML formatter sends comments to a new line when the comment does not include a space as the first character. It works properly when the HTML comment...

language: html
type: bug
good first issue

If you use `"wrap-attributes": "force-expand-multiline"`, you get: ``` content ``` The line break before the closing angle bracket is forced with this option. Now, when you set `"wrap-attributes": "preserve"`, I...

language: html
type: bug
good first issue

# Description I found an [issue](https://github.com/HookyQR/VSCodeBeautify/issues/327) by using the `VSCodeBeautify` (Visual Studio Code Extension) and they indicated me to submit the issue here. # Input The code looked like this...

type: bug
language: javascript

# Input The code looked like this before beautification: ``` true ? true : false; console.log( true ? true : false ); ``` # Expected Output The code should have...

type: bug
language: javascript

Broken again in latest: ``` >npm install js-beautify + [email protected] added 28 packages from 21 contributors and audited 125 packages in 1.954s found 0 vulnerabilities >echo h1{color:red;/*comment*/} > test.css >js-beautify...

type: enhancement
language: css

when i use` js-beautify chapter.min.js`,i get IndexError: list index out of range. this is js file: https://simonfire007.github.io/vip/chapter.min.js

type: bug
language: javascript

# Input The code looked like this before beautification: ```html test < test ``` # Expected Output The code should have looked like this after beautification: ```html test %3C test...

language: html
type: bug
good first issue