Vscode: [TypeScript] Add support emmet for typescript react (tsx) files

Created on 27 Nov 2015  路  4Comments  路  Source: microsoft/vscode

Please add emmet features for typescript react

feature-request

Most helpful comment

Apparently the new wisdom is to not use .jsx file extensions, but rather to use .js instead. Can you enable this same functionality for .js extensions too please?

All 4 comments

Good idea. Need to explore whether we can just take over the tab key in .tsx files as we do in the other file types.

See also: http://wesbos.com/emmet-react-jsx-sublime/

+1 I would like to have emmet also for JavaScript React (in *.jsx files)

It is now enabled in both jsx and tsx files and for both the jsx filter is used that converts class -> className

Apparently the new wisdom is to not use .jsx file extensions, but rather to use .js instead. Can you enable this same functionality for .js extensions too please?

Was this page helpful?
0 / 5 - 0 ratings