Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Created September 14, 2020 21:05
Show Gist options
  • Save michaelwhyte/518db4a2790ea2a82c20e3939bfc0252 to your computer and use it in GitHub Desktop.
Save michaelwhyte/518db4a2790ea2a82c20e3939bfc0252 to your computer and use it in GitHub Desktop.
Enable Emmet in React JS Component File in VS Code
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
@michaelwhyte
Copy link
Author

Add the above line to VS Code's "settings.json".

To access VS Code's "settings.json" file do the following:

  1. Open the Command Palette (CTRL+SHIFT+P Windows or CMD+SHIFT+P macOS) or via the menus by clicking View -> Command Palette

  2. With the Command Palette open type "settings.json"

  3. Click on "Preferences: Open Settings (JSON)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment