From @unclechu:
Here the example of code that I need to write:
SocialSubFieldsCollection.__super__.initialize.apply(this, arguments);
I try to write:
SocialSubFieldsCollection.__super__.initialize.ap
Here the snippet: https://github.com/unclechu/vimrc2/blob/master/.vim/snippets/javascript.snippets#L104-L105
When I have space before .ap it calls snippet-autocomplete, but in this case it doesn't. But still works when I type full snippet name .apply. Then it means we have issue with snippet-autocomplete when we haven't space before snippet name, right?