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 am having weird Emmet auto-completion problem now. Let say I want to expand a div with a class like this:
.slider
And I hit Tab to expand to <div class="slider>. It was working before, but now instead of the HTML expanding, all classes that contain the word "slider" cycle after the dot in .slider and it never expands. This is very frustrating as this is a very simple expansion, and now it is not working any more.
Any suggestions how to fix this?
The text was updated successfully, but these errors were encountered:
I am having weird Emmet auto-completion problem now. Let say I want to expand a div with a class like this:
.slider
And I hit Tab to expand to <div class="slider>. It was working before, but now instead of the HTML expanding, all classes that contain the word "slider" cycle after the dot in .slider and it never expands. This is very frustrating as this is a very simple expansion, and now it is not working any more.
Any suggestions how to fix this?
The text was updated successfully, but these errors were encountered: