Skip to content

Instantly share code, notes, and snippets.

@BekBrace
Last active November 27, 2021 10:38
Show Gist options
  • Save BekBrace/bc788a838ad1947eb1cf5bb46a3b1682 to your computer and use it in GitHub Desktop.
Save BekBrace/bc788a838ad1947eb1cf5bb46a3b1682 to your computer and use it in GitHub Desktop.
JSX/HTML autocomplete in your React projects
// Add this code snippet to your settings.json file:
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.triggerExpansionOnTab": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment