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

Related to [issue 27](https://github.com/draivin/hsnips/issues/27#issue-676105503). I can not undo that! ``` snippet ( "()" iA ($1)$0 endsnippet ``` ![5jfgfd](https://user-images.githubusercontent.com/80528249/143406437-1a8d92b3-2fc2-4f9d-a08e-3d9ec1788526.gif) ``` snippet `(?

The extension is very useful, however some people use VScodium and would need this extension to be published on [Open-vsx martketplace](https://open-vsx.org/) Some documentation about how to do that is here:...

I have a couple of snippets, those who are automatically expanded still work but after adding global context for math environments in latex, all of non automatic ones have stopped...

Hello, I have an issue that could be solved with a new flag. When the `i` flag is used (for in-word expansion), the snippet will be triggered even if the...

First of all, thank you for developing this amazing extension! It has saved me a lot of time. I recently cleaned up and reinstalled my macOS and just found out...

This is a minor bug, as it happens rarely, and in very specific situations. It can happen with any kind of snippet with code interpolation. For example, by using the...

As said in the title, to do so would require for us to somehow simulate entering one key at a time inside vscode, and triggering auto completion when those keys...

Possibly very related to #157. When expanding a snippet inside another snippet, all tabstops of the former snippet are deleted. An example: ``` snippet OOO "Omega" iA \Omega endsnippet snippet...

Hi developers, Thank you so much for putting time into maintaining this great project! But a got a small issue here: ## Issue Description With this plugin enabled, delete any...

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...