Open arianitu opened 11 years ago
Copying the snippets into scss-mode does not appear to work either.
I see both of them in the YASnippet menu, but somehow they're being suppressed by the mode and I get no tab completion.
I get snippets from both scss-mode
and css-mode
working fine while in scss-mode
try expanding a snippet with M-x yas/expand
, the only keybinding scss-mode
defines is C-c C-c
as long as you are not using that one yasnippet should work as expected.
I'm not sure about auto complete though, I'm not using it that much so I'll have a hard time testing.
i am also having this problem, auto complete doesn't work under scss-mode
the function which completes is complete-symbol
yasnippet works though
If you're in normal css mode and have YASnippet and auto complete installed, it works.
Under scss-mode, auto complete appears not to work at all. Is there a way to make it so auto complete works in scss mode with YASnippet?