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
This is the intended behavior. As @myfonj said you have to press CTRL+Space in order to trigger the suggestions. It's just how I thought it would make sense at the time I developed it, you can suggest a different behavior opening a new issue.
This is very strange.
In this case:
<div class="myClass"></div>
it wont work.But in this case:
<div class=" myClass"></div>
it does work.Notice the space before the class name in the second line.
What can be the problem?
The text was updated successfully, but these errors were encountered: