Sublime Forum

W3C Validation package doesn't work

#1

I’m using Sublime Text 4. I’ve just installed the W3C validation package (https://packagecontrol.io/packages/W3CValidators) – but it doesn’t do anything. Does it either not work, or am I missing something?

As this doesn’t work, and the HTML and CSS lint packages have vulnerabilities, it appears that there is no way to check/validate/lint HTML and CSS code in Sublime?

0 Likes

#2

Maybe LSP + LSP-html + LSP-css ?

0 Likes

#3

Urm what is LSP?

0 Likes

#4

That’s a Sublime Text Package which implements a general purpose client for Microsoft’s Language-Server-Protocol, which drives all the IntelliSense features in VS Code and numerous other editors these days.

see: https://packagecontrol.io/packages/LSP

0 Likes