SqlBeautifier
SqlBeautifier copied to clipboard
How to use it?
Not seen button in edit bar or any hotkey? After selecting the whole document, how exactly this plugin can be ran?
on windows: CTRL + K,F (While holding the CTRL key, press K, then F) (if no text is selected, it tries to format the whole document)
on mac: CMD + K,F
To access the options: CTRL + Shift + P > search for SQL Beautifier
Sure, there are keyboard shortcuts to use it. Personally, I'd rather not have to Google search for this plugin every time I need to use it, which is once every few weeks. Any chance we can get a menu addition?
The Sublime way of doing things makes this the easiest path for those who don't use the plugin enough to memorize the keyboard shortcuts:
- CMD + Shift + P > Start typing "SQL Beautifier" > After typing "SQ", the command to format current SQL File or selection will be visible > Select it.