Hello everyone.
I’ve working on my auto-complete functions and found strange behavior when I use hint symbol.
Example 1:
{ "trigger": "zzz.xxx", "contents": "zzz.xxx" },
Behavior:
Click here for picture (I can’t post more than one image)
Example 2:
{ "trigger": "zzz.xxx\tHint", "contents": "zzz.xxx" },
Behavior:
Click here for picture (I can’t post more than one image)
As you can see, when trigger has hint info and stop-symbols and user fills completion on second part, it prints same symbols over it.
Is it a bug or a feature?
Thanks.
