Sublime Forum

CSS Values autocomplete with SCSS syntax

#1

Hi. When I set the syntax to CSS, I get all the properties and values with the autocomplete. For example, if I enter “fl”, the autocomplete suggests me “float”, and when I press tab, it writes “float:”. Then, when I press space, the autocomplete suggests me its values: left, right, etc. But with the SCSS syntax this doesn’t happen: the values I got are html, body, section, nav, article, etc, etc.

The packages I have installed are:

CSS Extended Completions
Emmet
Emmet CSS Snipet
Sublime CodeIntel
Syntax Highlighting for sass
SASS
SCSS

I tried enable and disable different packages, searched for hours and tried many solutions, but nothing fixed the issue. Is there a way to show css values when using SCSS syntax? Thanks in advance.

0 Likes

#2

Anyone? :neutral_face:

0 Likes