Real Time HTML/5 validation
-
Is it possible to validate html code in real time? Something like tag missing or another warnings? Thanks
-
Hello @Vaidas-SS,
when you are saying real time you mean that you get these informations while typing html code, correct?
If so, no, npp doesn’t have a html debugger.
From plugin point of view there is a html preview which might be helpful
and the xml tools could be also used to detect missing tags.What you could also do is using online validators together with npp and
Run function or nppExec.Cheers
Claudia