VSC extension to show misspelled HTML class names in strings

I’m using Visual Studio Code v1.119 to write JavaScript code, but I have Copilot code and inline suggestions turned off. I still have “quick Suggestions” turned on (those show members of the class as you type).

When doing document.querySelector() and similar functions I sometimes misspell a class name or id name. Is there a VSC extension to find those misspellings? Because those names are inside a ‘string’ with quotes.

Thanks!

I use those stuff, maybe helps you too:

Code Spell Checker from Street Side Software; - spelling errors

CSS Modules from clinyong; - I think this helps you the best

CSS Peek from Pranay Prakash; - if a css connection exist, it may show a peek of it´s css code

Error Lens from Alexander. - highlighting errors. Sometimes highlights values you never used or not declared.

What do you think about these extensions?