Preventive tools for typos in class names and names

Are there any basic HTML / CSS / JavaScript debugging tools to help identify typos?

In those days when "#fron" should be "#from". I'm not talking about the code itself, but about things like class names and identifiers.

I know there are reliable IDEs, but it’s just interesting if there are any pretty simple tools or extensions that I simply don’t know about.

Before asking a question here, I try to fully review the code, but I am my own worst corrector.

+5
source share
2 answers

. firebug , . , (ilia choly's) , . (MisterGreen's) , , , . , . . . Css HTML?

+1

All Articles