Skip to content

Instantly share code, notes, and snippets.

@phwt
Created June 18, 2022 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phwt/47073c1d18cbfb52e0b9f894dfde89fd to your computer and use it in GitHub Desktop.
Save phwt/47073c1d18cbfb52e0b9f894dfde89fd to your computer and use it in GitHub Desktop.
Emmet with React JSX

Location: Settings (Cmd+,) > Workspace > Extensions > Emmet > settings.json

{
  "emmet.includeLanguages": {
    "javascript": "javascriptreact"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment