draivin / hsnips

HyperSnips: a powerful snippet engine for VS Code, inspired by vim's UltiSnips
MIT License
148 stars 23 forks source link

Feature request: Configure keybindings from vscode #188

Open Frankwii opened 5 months ago

Frankwii commented 5 months ago

I wanted to change the "next tabstop" key to "enter" instead of the default "tab". This is possible by editing the "package.json" file in the extension directory.

However, no indication is given in the docs or inside vscode on how to do this. It would be good to add it to the "keyboard shorcuts" vscode screen, or perhaps make it always agree with the variable "jumpToNextSnippetPlaceholder".

Frankwii commented 5 months ago

I just found the "Extension Keyboard Shorcuts" button on the Extension tab. Sorry for the ignorance!