How to configure emmet? in vscode

now when you write jsx syntax, you always have to manually fill it with

< / div >. How can you write div+tab?
I found the configuration file to make it look like this,

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

but I don"t know where to match,

how do you write it when you get to this page?

clipboard.png


I just saw JSX.
General

"emmet.includeLanguages": {
    "javascript": "javascriptreact"
},
Just

, just copy it directly to the user settings on the right. (if you move your mouse over in the left setting, there will be a copy button)

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c324-2bb0a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c324-2bb0a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?