hsnips icon indicating copy to clipboard operation
hsnips copied to clipboard

HyperSnips: a powerful snippet engine for VS Code, inspired by vim's UltiSnips

Results 67 hsnips issues
Sort by recently updated
recently updated
newest added

In VSCode default snippets if have the option to access previously selected text with `$TM_SELECTED_TEXT`. Is there something similar for hsnips or at a workaround to achieve that?

I trying to get the first input in my first tabstop to be "copied" to the 5th line of my code (\mathcal{L}_{$1}). It works exactly how I want it, except...

Currently we don't have a sane context matching syntax, so I wrote a small script that can be used to match snippets against major languages: ```js global function ctxmatcher (scope,name,c)...

Snippets declared by `*.hsnips` files aren't show in the menu of the `Insert snippet`.

I have been using this extension for quite a long time (works beautifully), until recently the following context function no longer works as expected: ``` global function math(context) { return...

The snippet which is intended in the context of math can be triggered even when it is in the text mode after using it for a while. The scope is...

It doesn't work on VSCode insider because the path is hardcoded.... ![image](https://user-images.githubusercontent.com/45326534/194734871-0f5b8574-c45a-43a8-a5e5-4bb94032c250.png)

Hello world, Is it possible to create a snippet whose purpose is to create the similar environment: snippet aj "Theorem" bA \begin{Teorema}[$1]\label{teo: $1} $2 \end{Teorema} endsnippet and enable it to...

Maybe keybindings will provide more functions. Can hsnips provide that? ![image](https://user-images.githubusercontent.com/80528249/136700263-eb0a4ae5-a9a4-4b79-8090-06546d370677.png)

VSCode version: ``` Version: 1.64.2 (user setup) Commit: f80445acd5a3dadef24aa209168452a3d97cc326 Date: 2022-02-09T22:02:28.252Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22000 ``` I'm in Win11 with WSL2, using...