SqlBeautifier icon indicating copy to clipboard operation
SqlBeautifier copied to clipboard

How to use it?

Open lancerts opened this issue 7 years ago • 3 comments

Not seen button in edit bar or any hotkey? After selecting the whole document, how exactly this plugin can be ran?

lancerts avatar Jun 03 '17 04:06 lancerts

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

chrisdabel avatar Aug 02 '17 16:08 chrisdabel

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?

flybotix avatar Nov 14 '17 17:11 flybotix

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:

  1. CMD + Shift + P > Start typing "SQL Beautifier" > After typing "SQ", the command to format current SQL File or selection will be visible > Select it.

chrisdabel avatar Nov 14 '17 18:11 chrisdabel