Last active
May 26, 2019 16:19
-
-
Save maiquealmeida/38ac55afae5249209fe3868269d49bb9 to your computer and use it in GitHub Desktop.
Extensões para o VSCode que eu uso e recomento para React/React Native. (coloque o arquivo no diretorio .vscode do seu projeto)
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
{ | |
"recommendations": [ | |
"dbaeumer.vscode-eslint", | |
"esbenp.prettier-vscode", | |
"dzannotti.vscode-babel-coloring", | |
"naumovs.color-highlight", | |
"anseki.vscode-color", | |
"editorconfig.editorconfig", | |
"esbenp.prettier-vscode", | |
"rocketseat.rocketseatreactnative", | |
"rocketseat.rocketseatreactjs", | |
"jpoissonnier.vscode-styled-components", | |
"coenraads.bracket-pair-colorizer-2", | |
"formulahendry.auto-rename-tag", | |
"gruntfuggly.todo-tree", | |
"exodiusstudios.comment-anchors", | |
"aaron-bond.better-comments" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment