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
Post a Comment