hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
MIT License
876 stars 37 forks source link

description is not displayed in completion dialog box #212

Open abzrg opened 3 years ago

abzrg commented 3 years ago

I am using nvim-compe. In my custom snippets, I provided the description for them. Is this plugin able to show them in completion dialog? If yes, this does not happen in my setup, and if no, what is the purpose of the description?

EDIT: my nvim-compe setup

jamilraichouni commented 2 years ago

Hi!

First of all many, many thanks for your really greatly working completion plugins @hrsh7th ! I'm very happy about it. Your plugins make coding in nvim much more comfortable.

I just switched to vsnip and also see, that my desciptions are not shown. Is that possible in general and do I need to configure that somewhere?

All best, Jamil

jamilraichouni commented 1 year ago

Nearly exactly one year later I'm landing here again. Still interested in that!