1

WHen I press ctrl-shift-p and type "insert snippet" a menu shows up with thhe available snippets

I'd like to assign ctrl-shift-q to that action, but I can't find the correspondent command.

Tried with

    {
        "key": "ctrl+shift+q",
        "command": "workbench.action.openSnippets"
    },

but a list of snipppets file appears instead of the list of snippets

1 Answer 1

1

I was looking for the same thing. Try this action:

editor.action.showSnippets
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.