Open markwu opened 8 years ago
Now the ultisnips completion will only be trigger with identifiers. Symbols like <?
will not trigger completion any more. This is the same as youcompleteme. (#38)
foreach
is a php builtin and is used for completion instead of ultisnips, so no [snip]
.
I tested, the symbols does not trigger anymore. But ForwardTrigger and BackwardTrigger still not working.
Problems summary
<C-N>
to choose candidate, the characters before cursor will repeat.Environment Information
Provide a minimal .vimrc with less than 50 lines (Required!)
The reproduce ways from Vim starting (Required!)
:e test.php
orset ft=php
<?
the popup menu will show up, and you can choose candidate by<C-N>
, you will see the characters repeat before the curosr.foreach
the popup menu will show up, and you can see it not end with [snip], choose it and hit<C-J>
to expand it, then you can't not use<C-J>
to jump next positionScreen shot (if possible)