Add a Default.sublime-commands file
Closed this issue · 3 comments
curtisgibby commented
Might I suggest that you add a Default.sublime-commands
file to this package, so that its command shows up when you trigger Sublime's command palette (Ctrl-Shift-P
on Windows/Linux, Cmd-Shift-P
on Mac)
Like this one from a competing SQL formatter:
[
{
"caption": "FormatSQL: Format SQL statement",
"command": "format_sql"
}
]
For me, unless the command's in the palette, I completely forget that it exists.
zsong commented
Thanks for your suggestion. I will add it.
zsong commented
Included in 1.1.3. Please upgrade the plugin and let me know if you have further request.
curtisgibby commented
Looks good! 👍