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!