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

Hi, awesome plugin, I `:packadd` it in my vimrc. __Problem:__ But on many machines, vim python is not well instaled (my bad). __Solution:__ It would be great if Ultisnip just...

Here's the code in the snippets: ``` snippet \begin "begin{arg}" bA \\begin\{${1}} ${0:${VISUAL}} \\end\{$1} endsnippet ``` And therefore, when I type `\begin` at the start of the line, the following...

When using space as the trigger, it triggers without problems, but I can no longer insert space char. ```vim let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" ``` ----- macOS 10.15.4 VIM...

Right now we can do command interpolation like ``` `!v strftime("%c")` ``` or shell interpolation like ``` `whoami` ``` On Windows, shell interpolation is calling the old-school batch command. Is...

**Expected behavior:** Click outside snippets list should cancel. **Actual behavior:** Click outside snippets list generates `IndexError: list index out of range` **Steps to reproduce** 1. open file with active snippets....

If an anonymous snippet inserts lines into the text of another snippet, the added lines are not recognized by the containing snippet. In effect, tabstops are placed over the added...

bug: medium
triaged

**Expected behavior:** When opening a preview with `pedit` (such as with running a database command with vim-dadbod), it should not have an effect on snippets. **Actual behavior:** Depending on the...

bug: low
good first issue
triaged

**Expected behavior:** When a jump is issued to a placeholder with a default text, the default text is selected (SELECT mode). If a post‐jump action is defined, it will be...

bug: medium
difficulty: normal
triaged

**Expected behavior:** **Actual behavior:** **Steps to reproduce** 1. define a in-word snip, for example: ``` snippet exists "exists check" im exists('${1}') endsnippet ``` 2. input `!exists` and then: * use...

bug: low
difficulty: hopefully easy
triaged

First of all, I'd like to say a big THANKS for this plugin that I discovered yesterday. It's really easy to use, documentation is precise and quite exhaustive, and the...

bug: severe
difficulty: hard
triaged