Emmet will not expand react component
sheltondong opened this issue · 1 comments
sheltondong commented
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.
rzhao271 commented
Closing as the code for the Emmet extension is now on the main repo. See microsoft/vscode#89746