Created
September 14, 2020 21:05
-
-
Save michaelwhyte/518db4a2790ea2a82c20e3939bfc0252 to your computer and use it in GitHub Desktop.
Enable Emmet in React JS Component File in VS Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"emmet.includeLanguages": { | |
"javascript": "javascriptreact" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the above line to VS Code's "settings.json".
To access VS Code's "settings.json" file do the following:
Open the Command Palette (CTRL+SHIFT+P Windows or CMD+SHIFT+P macOS) or via the menus by clicking View -> Command Palette
With the Command Palette open type "settings.json"
Click on "Preferences: Open Settings (JSON)"