ultisnips Questions
4
Solved
I removed practically everything while troubleshooting. Vim opens without error, :UltiSnipsEdit works but when I enter snip<tab> an actual tab is entered. My current vimrc. The configs have b...
3
Solved
I just installed a brand new copy of Macvim and UltiSnips, but I can't figure out how to move to the next completions using tabstops and placeholders.
When I press tab, it simply adds a tab space....
Greenroom asked 26/9, 2013 at 21:57
1
Solved
Using vim 8, Ultisnips, and coc-ultisnips.
Consider this snippet:
snippet cdeg "Add console.debug({})"
console.debug(${0:${VISUAL:value}})
endsnippet
I would expect it to expand cdeg to console...
14
Solved
I have bundles ultisnips and youcompleteme installed on my macvim.
The problem is that ultisnips doesn't work because tab is bound by ycm.
I tried putting let g:UltiSnipsExpandTrigger = "<s-tab&...
Reprehension asked 15/2, 2013 at 13:57
3
Solved
(Documenting this here because I couldn't find a good answer online.)
When using UltiSnips, the documentation says (2:12 in this screencast) that writing the .snippets file is enough to cause an a...
2
I've set the mapping keys as follows:
" Easy indent for code blocks
nmap <tab> v>
nmap <s-tab> v<
vmap <tab> >gv
vmap <s-tab> <gv
That works good. But, wh...
1
Solved
I'm trying to create a new snippet snippet the way that the author of UltiSnips does at 1:28 in this instructional video that he made http://www.youtube.com/watch?v=f_WQxYgK0Pk
How do you put "end...
Crosley asked 8/11, 2014 at 7:15
1
Solved
I use rails.vim but would like to override one or two snippets with my own using ultisnips.
I've created the snippets but since they're already defined by rails.vim a menu now appears when trigger...
1
Solved
When I type self. a popup will automatically select the first one and will never change no matter what input is given. For example, match 1 of 52 is shown.
After <Esc> is used to return to n...
Succentor asked 13/2, 2014 at 1:10
2
Solved
In my .vimrc and my vim plugin UltiSnips I've got a lot of code that looks like that
:py << EOF
print("Hi")
EOF
Now, I want to check if python3 is compiled into Vim via has("python3") and ...
Haploid asked 10/1, 2012 at 14:54
1
I'm using UltiSnips.
http://www.vim.org/scripts/script.php?script_id=2715
Everything works. Let's say when I type st<tab> it inserts submit_tag…. But if st<tab> is in between other ...
Vieva asked 24/10, 2011 at 21:49
1
© 2022 - 2024 — McMap. All rights reserved.