Vscode: Emmet doesn't work in jsx

Created on 15 Aug 2017  路  4Comments  路  Source: microsoft/vscode

Steps to Reproduce:

1.In React's render method, write html tag and press tab, it just a tab, emmet doesn't work
2.and the indent of the tag also has problem


Reproduces without extensions: Yes

emmet

Most helpful comment

Set emmet.triggerExpansionOnTab in the latest Insiders (https://code.visualstudio.com/insiders) or
Wait for July Recovery Build (1.15.1) which will be out tomorrow

All 4 comments

I found it doesn't work in html file too. And specifically, write div*1 and press tab, it works. write div and press tab, it doesn't work.

See this issue #32243 , basically they broke emmet :D

Set emmet.triggerExpansionOnTab in the latest Insiders (https://code.visualstudio.com/insiders) or
Wait for July Recovery Build (1.15.1) which will be out tomorrow

This is happened with tsx files too.

Was this page helpful?
0 / 5 - 0 ratings