How to run w3c validator in PhpStorm?
I've tested HTML5 and CSS3 at www.validator.nu manually.
Since I am a newbie here, I can not find how to run the pluged in w3c validator.
请先登录再写评论。
I've tested HTML5 and CSS3 at www.validator.nu manually.
Since I am a newbie here, I can not find how to run the pluged in w3c validator.
请先登录再写评论。
CSS: you can enable 'W3C CSS validator' inspection in Settings/Editor/Inspections/CSS/Probable bugs. It is based on external tool provided by W3C (online version available at http://jigsaw.w3.org/css-validator/#validate_by_input)
HTML: try 'Quirks mode' inspection (Settings/Editor/Inspections/HTML)
There is by default but not working. It looks like vscode is being better and better, and after a while will be better than webstorm. It has w3 validation working like a charm. And recently there are thousands of extensions at vscode that there is no similar to them with webstorm. I really love webstorm but it looks I'll be forced to move to vscode.