diff --git a/main.js b/main.js index 5d10df7..95a91e9 100644 --- a/main.js +++ b/main.js @@ -1770,14 +1770,15 @@ function commandpalette() { return { text: command.hint, - suffix: command.shortcut ? [command.shortcut] : null + suffix: command.shortcut ? [command.shortcut.toLowerCase()] : null }; }) .concat(snippets.map(s => { return { prefix: "snippet: ", - text: s.hint + text: s.hint, + suffix: [s.command] }; })) .concat(localdata.map(n =>