Sublime Forum

CSS variable suggestions gone with new update?

#1

The new update added in the feature of autocompleting the var but took away the suggesting of the var name?

So now you don’t have to type out var() because it will automatically do that if you click enter on the suggestion but when I start to type in the variable name, it doesn’t show me any suggestions or anything. Even though I have my variables defined in the root.

I want to be able to type var(--b and have suggestions from all my defined variables pop up.

Is this a bug or an actual removal of the feature?
Is there anyway to get this feature back?

Thanks for the help!

0 Likes

#2

Answered at

1 Like

#3

Ahh thank you!

I tried looking at the github pages but I couldn’t really understand. Is there a way to hack this issue in order to prevent the dash affecting suggestions?

0 Likes

#4

The most valuable solution was probably to extend css_completions plugin to explicitly suggest variables. But with LSP and LSP-css being available the question is whether it is worth the effort to put too much work into that builtin plugin.

0 Likes

#5
0 Likes