microsoft/vscode-emmet-legacy

Emmet will not expand react component

sheltondong opened this issue · 1 comments

I don't know how to configure emmet to supports the feature that will expand react component, or there is no such functionality.
For example:
div+Tab => <div></div>, It works.
Route+Tab => nothing happend.

Closing as the code for the Emmet extension is now on the main repo. See microsoft/vscode#89746