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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -