Is there a way to enable CSS autocomplete in JavaScript for VS Code? I can easily work with CSS, but the auto suggestions are not showing up when coding in JS.
For instance, when typing
document.queryselector("myclass").
, nothing shows up after the dot like style
.
Interestingly, autocomplete is working fine within the CSS files, it's just not functioning in the JS files.