HookyQR / VSCodeBeautify

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

Is it possible to create this? #356

Open caiobarnes opened 4 years ago

caiobarnes commented 4 years ago

Good afternoon.

Would you like to ask for help, if it is possible in CSS code, a shortcut to automatically fill in the brackets? Example: body { }. As in HTML, the TAB key fills in automatically.

In CSS, it is possible to create a shortcut key that precedes, for example, "TAB + 1", which would add the front of the body " { }" automatically, without the need to type "SHIFT + [" ?

Thank you.