HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
607 stars 178 forks source link

"Format on type" uses default formatter instead of Beautify #409

Open user72356 opened 2 years ago

user72356 commented 2 years ago

When using "editor.formatOnType": true in settings.json, the default formatter appears to be used instead of Beautify. I can tell because none of my Beautify settings are being respected when typing, whereas ctrl+alt+F works as expected.

Is there a way to trigger Beautify when typing, or at least when closing a curly bracket?