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

Hey, I wanted to report a bug I noticed while trying to write some post-jump snippets for LaTeX. I've been working with @andresnmejiaa who has been able to replicate this...

bug: medium
triaged

I wonder is there any way to trigger vim function which will insert snippet? Example use case is for Go, where https://github.com/fatih/vim-go implements support for https://github.com/koron/iferr tool by providing ways...

**Expected behavior:** Able to use tab to traverse completion options and also snippets **Actual behavior:** Tab inserts a regular tab when completion menu comes up and cannot use it to...

I would like to write snippets that can be expanded after typing only a part of the trigger word. For example, `i`, `im`, `imp`, `impo`, `impor` should all expand to...

good first issue
triaged

I'm trying to make a command that expands a snippet when you open a file, the command i came up with is: `autocmd BufNewFile * execute "normal! imysnippet\=UltiSnips#ExpandSnippet()\"` and the...

This is not an issue, but a feature request. I have tried to somehow get a simple function to return true or false whether a jump is present or not,...

difficulty: normal
good first issue
feature request
triaged

**Expected behavior:** I have YouCompleteMe installed so I used **ctrl+p** for snippet trigger but maybe instead of ctrl+p becomming the trigger this statement maps tab which also maps youcompleteme trigger....

Snippet: ``` snippet beg "begin{} / end{}" bA \\begin{$1} $0 \\end{$1} endsnippet ``` **Expected behavior:** ``` \begin{$1} $0 \end{$1} ``` **Actual behavior:** ``` beg$1} $0 \end{$1} ``` **Steps to reproduce**...

**Expected behavior:** copy register is restored once visual selection is expanded after snip invocation. **Actual behavior:** copy register gets wiped out and stores the visual selection right before triggering snippet....

**Expected behavior:** If I expand a snippet, I press `c-j`/`c-k` to jump to placeholders, and it's ok. But once I press `esc` and leave to normal mode, I'd expect to...

difficulty: hopefully easy
good first issue
feature request
triaged