I am using reactjs with VSCode. Anytime am writing JSX with classname or an id i have to do it manually. Anyone who knows how to achieve autocompleting for elements with classname or id. For example in normal html while using vs code it is possible to write div#myclassname or div.myidname and VSCode editor gives you suggestion to autocomplete. Thanks in advance.
I think you should install the ES7 React/Redux/Graphql/React Native snippets extension.