šŸŽ Checkout my Learn React by Making a Game course and get 1 month Free on Skillshare!

Mac terminal open the current folder in VS Code

In order to open the current folder with VsCode we will first need to enable the macOS shell command code.

To enable this command go to VsCode and use Command + Shift + P to open up the Command Palette.
Mac terminal open the current folder in VS Code

You can also do this from the menu bar View > Command Palette.

Once the Command Palette is opened type shell and pick the Shell Command: install "code" command in PATH option.
Mac terminal open the current folder in VS Code

You may need to input your master password and a confirmation Shell command "code" successfully installed in PATH will pop up.
Mac terminal open the current folder in VS Code

And now you can go into any folder from the Mac terminal and type code . to open up that folder directly in VS Code:

cd Developer/my-app
code .

Happy coding!

šŸ“– 50 Javascript, React and NextJs Projects

Learn by doing with this FREE ebook! Not sure what to build? Dive in with 50 projects with project briefs and wireframes! Choose from 8 project categories and get started right away.

šŸ“– 50 Javascript, React and NextJs Projects

Learn by doing with this FREE ebook! Not sure what to build? Dive in with 50 projects with project briefs and wireframes! Choose from 8 project categories and get started right away.


Leave a Reply

Your email address will not be published. Required fields are marked *