Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Default.sublime-commands file #3

Closed
curtisgibby opened this issue Aug 5, 2014 · 3 comments
Closed

Add a Default.sublime-commands file #3

curtisgibby opened this issue Aug 5, 2014 · 3 comments

Comments

@curtisgibby
Copy link

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.

@curtisgibby curtisgibby changed the title Add a Default.sublime-commands file Add a Default.sublime-commands file Aug 5, 2014
@zsong
Copy link
Owner

zsong commented Aug 6, 2014

Thanks for your suggestion. I will add it.

@zsong
Copy link
Owner

zsong commented Aug 15, 2014

Included in 1.1.3. Please upgrade the plugin and let me know if you have further request.

@zsong zsong closed this as completed Aug 15, 2014
@curtisgibby
Copy link
Author

Looks good! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants