reactjs - visual studio code *.jsx file emmet snippet -


i cannot emmet snippet work on jsx files on vs code. when write jsx html code want div give me cannot work when changed emmet config files "jsx": "html".

you should put in user config file follows.

"emmet.includelanguages": {   "javascript": "javascriptreact" } 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -