Skip to content

Instantly share code, notes, and snippets.

@yann-yinn
Last active October 25, 2017 21:05
Show Gist options
  • Save yann-yinn/7c08e43d576d6bf99a65057764ae8312 to your computer and use it in GitHub Desktop.
Save yann-yinn/7c08e43d576d6bf99a65057764ae8312 to your computer and use it in GitHub Desktop.
Enable Emmet in jsx files with VSCODE 1.7
// add this line to your preferences
"emmet.includeLanguages": { "javascript": "javascriptreact" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment