Say, I have been using Spacemacs
for a while now, and was looking at Spacevim
a bit. One nice feature of Spacevim
is that it's autocompletion feature includes both the words for completion as well as snippets. So if I am in latex
mode, the completion dropdown will display both potential completion text as well as snippet text.
I have include a picture of this below.
I was wondering if there is a feature like this in Spacemacs or emacs? I know that Spacemacs
seems to use company.el
for completion, but was not sure if I could switch to a different completion package and if that would solve the problem? Would something from helm
be able to provide this?