scss-mode icon indicating copy to clipboard operation
scss-mode copied to clipboard

auto complete and YASnippet

Open arianitu opened this issue 13 years ago • 3 comments

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?

arianitu avatar Dec 20 '12 01:12 arianitu

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.

arianitu avatar Dec 20 '12 01:12 arianitu

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.

antonj avatar Jan 05 '13 23:01 antonj

i am also having this problem, auto complete doesn't work under scss-mode the function which completes is complete-symbol yasnippet works though

jxs avatar Jun 18 '13 22:06 jxs