You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you very much for the extension, it does wonders.
I'd like to know if it'd be possible to add an automatic validation option to the extension settings, validating and popping up errors on the editor as you code, so there's no need of clicking on a button or saving the document to make the errors show up.
I really think it helps with productivity. There're a few more HTML validation/linting extensions that check the code automatically, but I think they're lacking in rules which VSCode W3C Web Validator accounts for.
Appreciate all the work.
The text was updated successfully, but these errors were encountered:
I think it would be possible to add an automatic check every few seconds but not on every input typed.
The validation process is based on an API call to the W3C API so it would be an issue to send requests too often.
PRs are welcome if you want to try to implement the "x second validation" thing.
Hello! Thank you very much for the extension, it does wonders.
I'd like to know if it'd be possible to add an automatic validation option to the extension settings, validating and popping up errors on the editor as you code, so there's no need of clicking on a button or saving the document to make the errors show up.
I really think it helps with productivity. There're a few more HTML validation/linting extensions that check the code automatically, but I think they're lacking in rules which VSCode W3C Web Validator accounts for.
Appreciate all the work.
The text was updated successfully, but these errors were encountered: