DEV Community

Discussion on: How to use Emmet with React/JSX?

Collapse
 
mksdziag profile image
mksdziag • Edited

Hi,
For me answer from stackoverflow.com works perfectly

// add to your vscode settings
{
"files.associations": {
"*.js": "javascriptreact"
}
}

Collapse
 
zasuh_ profile image
Žane Suhadolnik

Thank you!

Collapse
 
emmanuel112673 profile image
Emmanuel112673

Thank you