ryboe / CSS3

The most complete CSS support for Sublime Text
MIT License
189 stars 28 forks source link

Emmet 2's completions clash with CSS3 #161

Closed ryboe closed 3 years ago

ryboe commented 3 years ago

Emmet 2's completions clash with CSS3 to the point where both packages can't be enabled at the same time in CSS files. It used to be possible to disable Emmet's CSS completions with this setting.

show_css_completions: false

Unfortunately, as of Emmet v2, this setting no longer works. The completions tug-of-war is back.

Emmet is the #2 Sublime package, with about 10X more downloads per day than CSS3, so it can't be ignored.

I opened #157 on the Emmet repo to ask for suggestions from the Emmet team.