draivin / hsnips

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

"Open snippet file for current language" command? #166

Open mhchen opened 1 year ago

mhchen commented 1 year ago

Snippet support was definitely one of the things I missed the most in my vim migration, and this extension really helped. Thanks for making it!

Would you be open to a PR that creates a command to open the snippet file for the current language? For example, if I'm looking at a *.ts file, we open the typescript.hsnips file in the snippets directory?