Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active November 3, 2017 06:32
Show Gist options
  • Save gearmobile/1b6988efa2b6d2095bb6cf138eb0f085 to your computer and use it in GitHub Desktop.
Save gearmobile/1b6988efa2b6d2095bb6cf138eb0f085 to your computer and use it in GitHub Desktop.
Visual Code Studio - включение поддержки автокомплита в js-файлах React.js
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