Closed andreasKroepelin closed 4 years ago
If I understand correctly, you have snippet foo
, which expands to foobar
. If you have foo|abc
(where |
symbolizes cursor) and expand it, the the result is foobar abc
instead of foobarabc
?
Wow, thanks for your commitment! It works flawlessly now.
Hi, first of all, thanks for letting me get rid of UltiSnips.
I have found the following issue: Whenever I expand a snippet, a space is inserted after the expansion. This is especially annoying as it constantly produces trailing white space.
Is this a known thing? If so, how can I avoid it?
Thanks!