From 13eb761226f3ee0886d8ded6e47f76ee2ea602e7 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Fri, 9 Nov 2018 13:26:40 -0800 Subject: [PATCH] Add keybinding for snippet menu --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 0104f56f5a..8b3eb11af7 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,13 @@ "command": "PowerShell.RunSelection", "key": "f8", "when": "editorTextFocus && editorLangId == 'powershell'" + }, + { + "command": "editor.action.insertSnippet", + "when": "editorTextFocus && editorLangId == 'powershell'", + "mac": "cmd+alt+j", + "win": "ctrl+alt+j", + "linux": "ctrl+alt+j" } ], "commands": [