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

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -