Skip to content

Provide some notes on customizing Command Palette #276

@davidhcefx

Description

@davidhcefx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions