Last active
November 3, 2017 06:32
-
-
Save gearmobile/1b6988efa2b6d2095bb6cf138eb0f085 to your computer and use it in GitHub Desktop.
Visual Code Studio - включение поддержки автокомплита в js-файлах React.js
This file contains hidden or 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
You need to change syntax to JavascriptReact. | |
Also you can make this syntax project default for new js files by creating file: | |
.vscode/settings.json with following content: | |
{ | |
"files.associations": { "*.js": "javascriptreact" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment