HTML linter Permanently deleted user 创建于 2016年09月20日 23:34 Are there any HTML linter for PhpStorm, like there are for Sublime Text 3 (html-tidy, htmlhint etc...)?Looking for same thing for CSS?
Is Code > Reformat code not sufficient?
CSS: early support is available in 2016.3 EAP. Please see https://blog.jetbrains.com/webstorm/2016/09/webstorm-2016-3-eap-163-4830-stylelint-usages-for-default-exports-and-more/
HTML: we currently have no plans to provide HTMl linters support; if you miss this feature, please file a feature request in youtrack, https://youtrack.jetbrains.com/issues/WEB.
Note that you can integrate existing linters through Gulp/Grunt integrations. See https://www.npmjs.com/package/gulp-htmltidy, for example