hsnips
hsnips copied to clipboard
HyperSnips: a powerful snippet engine for VS Code, inspired by vim's UltiSnips
Added the option/flag `H` to hide specific snippets from inline suggestion. e.g. `.` won't trigger inline suggestions, when typing `...` as trigger for `\ldots`. Necessarily needs `A` flag for snippet...
I heavily use hypersnip for my job, in latex, markdown, orgmode and hledger. Currently, I switch to a macbook air M2, and hypersnip not always start with vscode. After some...
First of all, awesome extension. With regular VSCode snippets, one is able to hide them in the completion list (IntelliSense). See [here](https://code.visualstudio.com/docs/editor/userdefinedsnippets#_can-i-remove-snippets-from-intellisense). Is it somehow possible to hide specific snippets...
有的时候无法很好的触发,有的时候就很好用,我个人感觉安装后不太稳定,求大神指导,谢谢!
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...
Version: 0.2.8 with A is OK ``` snippet `(\S*)\.log` "Desc" A xxxxxx endsnippet ``` no log without A is OK ``` snippet `(\S*)\.` "Desc" xxxxxx endsnippet ``` has log and...
I want to write b1_1 to make it look like b_{1}^{1} There seems to be an issue to locate the underscore sign ("_") with the regular expression. And underscore isn't...
1. Install the extension. 2. Change the setting.sjson file to include the following line: `"hsnips.hsnipsPath": "~/.config/hsnips/"` 3. Press `ctrl shift p` to open the command palette and select `open snippets...
Negative and positive lookahead expressions fail Ex: This snippet is supposed to match spacing and then a "}" and replace with that "}" and then the spacing while moving the...
Will the author consider updating for the support of WSL2? So far the configuration of the hsnips doesn't work even with the changed customed direction of snippets. It would be...