autocomplete-plus
autocomplete-plus copied to clipboard
Snippet Defined in a Package Is not Showing "descriptionMoreURL"
I have a package and I've defined snippets by placing them in the snippets folder. These snippets work just fine with autocomplete plus, except that descriptionMoreURL isn't appearing. That is, there is no "more" option to click to send me to the link.
To repeat: Create a package, with a snippets folder, and place a snippets.cson file inside it containing a descriptionMoreURL . The descriptionMoreURL won't show.
Does my package need to become a provider package in order to access this feature?
Do you have a description
element as well?
I do indeed.
This is a different issue from https://github.com/atom/autocomplete-plus/issues/868
the description shows up, but the descriptionMoreURL doesn't.