# Visual Studio Code

[Download](https://code.visualstudio.com/download) and install.

使用command line 'code' 用VS Code打開專案\
1.按 Cmd+Shift+P ，輸入 Code\
2.選擇 Shell Command: Install 'code' command in PATH

![](https://bambooooo.gitbooks.io/react-native/content/React%20Native/images/more/vscode-code.png)

完成以上步驟後，使用terminal的話，將路徑切到該專案root路徑下，並輸入 $ code . ，即可用Visual Studio Code打開該專案
