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 125 ultisnips issues
Sort by recently updated
recently updated
newest added

**Expected behavior:** Automatically triggered nested snippets that work well with completion engines **Actual behavior:** Described in https://github.com/SirVer/ultisnips/issues/1327 and in https://github.com/SirVer/ultisnips/issues/1380 Basically completion engines ruin nested snippets that are triggered automatically...

For example, I use the following snippets snippet test "test snippets" iA $1$1$2(some other things)$0 endsnippet If I type "testwords", then **Expected behavior:** wordswords(some other things) **Actual behavior:** wwords(some other...

bug: medium
triaged

To fix #1405 , I need to make some changes about the tabstops. However, the current tab navigation is... well to be honest quite messed up... ...If you nest a...

Still struggling with #1394 's tests and #1402, I think I have found yet another problem : Python interpolation seems not to be fully deterministic (despite the sort applied to...

This is a feature request. Would it be possible to add a snippet option to finish the snippet in command mode after pressing the jump-forward-trigger key the final time?

difficulty: hopefully easy
good first issue
feature request
triaged

There is an inconsistency on some edge cases with the cursor placement at the end of the snippet expansion Here two templates : Works (cursor at the end of the...

Ultisnips crashes when trying to expand a snippet that starts with `^@` **Expected behavior:** Snippet gets expanded or nothing happens **Actual behavior:** Ultisnips shows this stacktrace: ``` An error occured....

bug: low
difficulty: hopefully easy
traceback
triaged

Though it is already possible using some hackery and files... ...It would be great to have a simple way to store values accessible accross snippet invocations. There could be several...

feature request
triaged

I am using Neovim stable with nvim.cmp and cmp-nvim-ultisnips But noticed that the I am not able to circulate the snippet placeholders using tabs like it was working before. Its...

**~Expected~ Desired behavior:** Keep the snippet "alive" until we "really" left the buffer. **Actual behavior:** When a floating window opens while completing a snippet it's cleared. **Steps to reproduce** The...