Visual Studio Code

nana 🧙🏻‍♀️
Design & Code Repository
2 min readAug 24, 2018
  1. Install Visual Studio Code

2. Install extensions

3. Shell command: Open Visual Studio Code from the terminal

① Open Visual Studio Code.

② Open the Command Palette (⇧⌘P) and type ‘shell command’ to find the Shell Command: Install ‘code’ command in PATH command.

When you type code . in your terminal, Visual Studio Code will open.

$code .

4. code > preferences > settings

If you have more tips about Visual Studio Code, please let me know. 😃

--

--