Autocompleting like WebStorm #539
fbpzrl
started this conversation in
Extension Show and Tell
Replies: 1 comment
-
I am also looking for the same If you already got it, could you let me know? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm looking for a VS Code extension that suggests autocompleting class name from HTML document or IDs when I'm programming with JavaScript, just like WebStorm does.
WebStorm can "know" the project and suggest the properties contained in the HTML, for example:
In main.js
document.querySelector('.product')
WebStorm can suggest the "product class" from HTML.
Beta Was this translation helpful? Give feedback.
All reactions