About Browsing Code in Visual Studio Code

From the Terminal, you can open the current working directory in Visual Studio Code with

1
$ code .

Note that you'll have to install code command to PATH at first.

Tips and Tricks Development Visual Studio Code