VS Code - JavaScript HTML DOM - autocomplete/suggestion of class and id names are not working

74 Views Asked by At

In VS Code, there is a limitation where the autocomplete or suggestion feature for JavaScript class and ID names does not function as expected, unlike the seamless support provided for HTML and CSS. I feel functionality is absent when referencing class and ID names directly in JavaScript. This absence makes us to manually recall and type the correct class and ID names, leading to potential errors and slower coding workflows. I'm pretty new to this, so any help would be great! Thanks!

I tried several extensions, but no go. Please specify if there is any working extension to achieve this.

0

There are 0 best solutions below