draivin / hsnips

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

all.hsnips fails on C/C++ projects #191

Open FluffLescure opened 5 months ago

FluffLescure commented 5 months ago

Used Hypersnips for the most part on latex projects, and wanted to use it also on C++ projects. Created a all.hsnips file and placed at the correct Hypersnips path.

This works for different files (markdown, text, etc...), but not for .cpp. I believe it has to do with Intellisense overwriting the snippets in VSC, but couldn't find a fix by tweaking with it's settings