You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this plugin with vs code, but it does not work like this:
After inserting the css-key, the suggestions for the css values does not showing automatically. I have to type a letter to make it apear. Like this:
This is annoying, beacause I intuitively type quotes for the object-values, and when the autocomplete takes affect I permanently end up with multiple qoutes like tihs:
{
color: 'tomato',
textAlign: ''left','
}
Could you please fix either the one or the other?
The text was updated successfully, but these errors were encountered:
Hello,
I use this plugin with vs code, but it does not work like this:
After inserting the css-key, the suggestions for the css values does not showing automatically. I have to type a letter to make it apear. Like this:
This is annoying, beacause I intuitively type quotes for the object-values, and when the autocomplete takes affect I permanently end up with multiple qoutes like tihs:
Could you please fix either the one or the other?
The text was updated successfully, but these errors were encountered: