autocomplete-plus icon indicating copy to clipboard operation
autocomplete-plus copied to clipboard

Snippet Defined in a Package Is not Showing "descriptionMoreURL"

Open bjshumway opened this issue 7 years ago • 2 comments

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?

bjshumway avatar Jul 20 '17 17:07 bjshumway

Do you have a description element as well?

winstliu avatar Jul 21 '17 17:07 winstliu

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.

bjshumway avatar Jul 21 '17 18:07 bjshumway