On Wed, Mar 23, 2016 at 10:31 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:
Does that now fully make company-css obsolete (well, obviously only for those users that use the bleeding edge version of Emacs)? Or are there still some functionality that hasn't yet been ported?

It depends on whether we want to support completion of HTML tags in
selectors, that's the last remaining functionality that hasn't been
ported I think.

Personally I don't find much value in it, since I mostly use class names
in selectors, and the HTML tags I do use are short and easy to type. But
if others find it useful I can port it.

Also, in SCSS there's no way of knowing whether the user is going to
type a selector or a property (except at top-level), so we'll have to
mix HTML tags and CSS property names in the completion list. For that
reason I'll probably add an option to turn off HTML tag completion, if
we decide to port it.

What do you think?

-- Simen