ultisnips icon indicating copy to clipboard operation
ultisnips copied to clipboard

UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

Results 122 ultisnips issues
Sort by recently updated
recently updated
newest added

I use `` as a trigger key. If the expansion is failed, a string show as "

I see no discussion section on ultisnips page, so I post my question here: how do I access VISUAL (or vim yank register) from **post_jump** event? I want snippet for...

difficulty: hopefully easy
feature request
triaged

Sorry in advance, but I am unable to reproduce this issue, it seems to happen at random maybe a couple of times per day. I have tried to find a...

If one is currently typing out a snippet in a TeX file with UltiSnips, it will often stop working mid-writing if Vimtexs quickfix menu pops-up. The most common and annoying...

I just want to report one to two spelling errors in the documentation. **Bold** text means, I propose to add this part, strike through is self explanatory: [Line 1260](https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt#L1260): Only...

UltiSnips wrongly detects `sh` in addition to my `zsh` snippets. A `*sh.snippets` detection must be happening and that `*` also matches `z`, thus `zsh.snippets` The problem is then that I...

I only want to know if there is a way to list snippets created with option r (pyton regular expression). For example: snippet "be(gin)?( (\S+))?" "begin{} / end{}" br \begin{${1:`!p...

user question
feature request

Opening a new buffer `/tmp/test.jsx` (or any other file type) and trying a snippet from vim-snippets shows the "multiple matches" selection dialog, even though it shows that both options are...

Hi, I wanted to create a snippet for react hooks, which usually go by the naming convention of "useName". It's easy to do if I have use the uncapitalized version...

caused by vims design
difficulty: hard
feature request
triaged

I'm trying to use `vim`+`ultisnips` (+`vimtex`) as the daily `LaTeX` editing environment. It's probably not so rare to have over 3000 lines in a LaTeX source file. When I deleted...