MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
834 stars 110 forks source link

Autocomplete suggestion doesn't work on class / id names #144

Open jsmonzani opened 11 years ago

jsmonzani commented 11 years ago

Hello,

I'm not sure this has been already submitted but I can't get the autocompletion to suggest my custom class / id names in SCSS as it does with CSS (in ST2)

I.e. if I've defined

mymenu { .... }

and I'm now typing:

my

I should get the suggestion #mymenu

This works in CSS but not in SCSS.

I'm tried to disable Emmet without luck. I can use the "All Autocomplete" package to fix that but it then provides way too much suggestions (due to it intrinsic nature).

Thank you

LeEnno commented 11 years ago

+1

ewohlken commented 9 years ago

Was this ever fixed?