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

please takeover or create new project repo url: https://github.com/HookyQR/VSCodeBeautify ![image](https://user-images.githubusercontent.com/760764/175579640-4bce5802-aa1d-4197-b593-ef261a3c736b.png)

type: discussion

I have tried almost all possible settings to get desired output but unfortunately failed at it. I will be very thankful if someone can point me in right direction. I...

# Description This is a followup to #1988. Handlebars supports [whitespace control](https://handlebarsjs.com/guide/expressions.html#whitespace-control) by putting `~` on one or both sides of any double-brace-enclosed statement. #2034 lets js-beautify recognize some cases...

type: enhancement
language: templating

Hello, I didn't see any option to format CSS in a single line way : Old output : .btn-primary { background:#fff; color:#000; border:1px solid #000; } .btn-primary:hover { background:#000; color:#fff;...

type: enhancement
language: css
status: blocked

# Description ## Input The code looked like this before beautification: ``` ['OnRecycle']() { const _0x21c5ec = _0x114511; super[_0x21c5ec(0x7c8)](), this['body'][_0x21c5ec(0xbe1)](0x8), this[_0x21c5ec(0x728)] = 1.1, this['setTint'](0xffff), this['canExplode'] = !0x0, _0x4a5b6d[_0x21c5ec(0x274)][_0x21c5ec(0x51a)][_0x21c5ec(0x748)]['removeEvent'](this[_0x21c5ec(0x641)]), this[_0x21c5ec(0x4cb)] =...

type: enhancement
language: javascript

# Description Records are a new primitives in Javascript, and they are currently being implemented in Firefox (See https://bugzilla.mozilla.org/show_bug.cgi?id=1658309, https://bugzilla.mozilla.org/show_bug.cgi?id=1774360 and https://github.com/tc39/proposal-record-tuple) Records are instantiated like objects, but with a...

type: enhancement
good first issue
language: javascript-tc39

# Description Hello! My team want to add beautifier to "qbs-based" project. Qbs has light QML syntax similar to JS. So, I decide to look at qml and JS formatters,...

i prefer `class=""/>` over `class="" />`

language: html
type: enhancement
good first issue

Moved here from https://github.com/microsoft/vscode/issues/144042 # Description The HTML formatter breaks the layout of the page. # Input The code looked like this before beautification: ```html 1:02.27 ``` # Expected Output...

type: discussion
status: needs more info

# Description - [x] Source branch in your fork has meaningful name (not `main`) Fixes Issue: Fixes #1862 - Added a new option called `selector-separator`. Added unit tests and updated...