vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Unibeautify for VSCode

Results 62 vscode issues
Sort by recently updated
recently updated
newest added

Update js-beautify from 1.10.2 to 1.11.0 Adds support for several new JS proposals, see https://github.com/beautify-web/js-beautify/blob/master/CHANGELOG.md.

PR: unreviewed

Hello, Using extension v0.8.2. After upgrading from 0.7.0, Prettier formatter has started adding parentheses to math expressions. .unibeautifyrc.json: ``` { "JavaScript": { "beautifiers": ["Prettier"], "indent_style": "space", "indent_size": 2 }, "HTML":...

Looking for the functionality to be able to format a SQL from within an unsaved tab. I believe this functionality exists with Beautify within Atom. Curious if it's possible to...

Hi, just installed the Unibeautify extension and while it does what I really want (wrap long lines), it's causing a bigger problem with floats. Here's an example snippet: ```C# using...

**Describe the bug** CSS Formatter doesn't work. **To Reproduce** Steps to reproduce the behavior: 1.`.unibeautifyrc.json`, add the following configuration: ``` "CSS": { "beautifiers": ["JS-Beautify"], "indent_char": " ", "indent_size": 4 }...

Linux builds randomly fail for this extension, need to investigate why.

Issue: formatting does not work in "*.blade.php**" files.. ![](https://i.imgur.com/LWeJruD.jpg)

https://code.visualstudio.com/updates/v1_33#_default-formatter-selection

help wanted
good first issue

_From @muuvmuuv on October 24, 2018 7:17_ I am using the VS Code extension and every time I format a file it converts the `-` to `*` which is wrong...

help wanted
good first issue