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

Provide some notes on customizing Command Palette #276

Open
davidhcefx opened this issue Mar 20, 2021 · 0 comments
Open

Provide some notes on customizing Command Palette #276

davidhcefx opened this issue Mar 20, 2021 · 0 comments

Comments

@davidhcefx
Copy link

davidhcefx commented Mar 20, 2021

Description

I have read the Command Palette section. However, after I created a file Packages/User/Default.sublime-commands with the following contents, My Command simply didn't show up in the Command Palette:

[
    {
        "caption": "My Command",
        "command": "noop"
    },
]

After inspecting other packages and googling around, I found the fact that invalid commands won't show up in the command palette, as described by this forum post.

Suggestion

Adding a simple note "invalid commands won't show up in the command palette" to the document would help.

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

1 participant