I love NetBeans and don't want to use phpshtorm instead. But NetBeans doesn't check my words when I write:
<div class="box sdsdsdsd"></div>
If I write it outside the class, it will say me that this word does not exist.
I love NetBeans and don't want to use phpshtorm instead. But NetBeans doesn't check my words when I write:
<div class="box sdsdsdsd"></div>
If I write it outside the class, it will say me that this word does not exist.
I don’t think that it would make sense to check CSS class names in 99% of the time, because usually you have CSS classes like xi-text-input-active or xiTextInputActive, both won’t be available in a spell checker, but both are legit css classes, or not, but if not it would have nothing to do with spell checking.