I'm wondering if you can “call” sublime completion so that the name appears in the autocomplete field. With fragments, you can do this by adding description, but I tried to add this (s name) to the completion without any luck.
To show what I'm trying to do:

The first option is a fragment of c <description>console.log snippet</description>.
The second option is the completion:
{ "trigger" : "cl" , "description" : "console.log", "contents" : "console.log( ${10} );" }
source
share