setup-vscode.mo
Owner: Yann Leflour
Steps
Installation
Download and Install Vscode
Base Setup
1. The code command
code commandHit
cmd+shift+pSelect
Shell Command: Install command 'code' in PATHYou are now able to launch
code <path>in your terminal
2. Base plugins
Open the plugins menu and install:
ESLint (Dirk Baeumer)
Flow Language Support (flowtype)
npm Intellisense (Christian Kohler)
Path Intellisense (Christian Kohler)
Prettier (Esben Petersen)
React Native Tools (Visual Studio Mobile Tools)
Auto Close Tag (Jun Han)
Git Lens (Eric Amodio)
Jest (Orta)
Color Highlight (Sergii Naumov)
3. Base preferences
Hit
cmd+shift+pSelect
Preferences: Open User SettingsAdd the following:
4. Usefull Project preferences
Hit
cmd+shift+pSelect
Preferences: Open Workspace SettingsAdd the following:
For a react project with Flow
"javascript.validate.enable": false
Last updated