atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

New Labels are not working (leftLabel, leftLabelHTML, rightLabel, rightLabelHTML) #206

Open HikingDev opened 8 years ago

HikingDev commented 8 years ago

Hi,

My snippets package has version 1.0.2

Below i reduced my snippets-file to one example. The grammar exists and is set for the document. Autocompletion offers me:

|_ | ->| Sen_SetArs4Polygon SenSetArs4Polygon | ||

'.source.ebtb':
  'Sen_SetArs4Polygon':
    'leftLabel': 'AAAAAA'
    'rightLabel': 'BBBBBB'
    'prefix': 'Sen_SetArs4Polygon'
    'body': """
    Action: Sen_SetArs4Polygon
    \t$1
    """
Redsandro commented 8 years ago

Same here. Javascript. Autocomplete does not show labels. Not sure what the relevant packages are. Autocomplete+ I guess.