Visual Studio Code. Visual Studio Code is a lightweight code editor with support for many programming languages through extensions. To install the latest version, use Homebrew: brew install -cask visual-studio-code macOS integration. Launch VS Code from the command line. After that, you can launch VS Code from your terminal. On macOS install czmq with Homebrew see here. If you are already using vcpkg, you can download and install czmq with one single command: vcpkg.exe install czmq this will build czmq as a 32-bit shared library. Vcpkg.exe install czmq:x64-windows-static this will build czmq as a 64-bit static library.
- Brew Install Visual Studio Code Tutorial
- Brew Cask Install Visual Studio Code
- Brew Install Visual Studio Code For Mac
- Install Visual Studio Code Mac Using Brew
Homebrew is an awesome command-line software management solution for macOS (similar to MacPorts). It can install pretty much all software required for WordPress development and keep it organised (under /usr/local
) and updated with a single command.
Why is it awesome?
- Installs packages quickly without having to download and run the installers via a web browser.
- Builds everything from source (unless installing from cask) which makes it secure. Compares checksums of the download files against known references.
- Places everything under
/usr/local
and doesn’t use root privileges for added security and limited system access.
Use It
Here is how to install some of the most popular packages. In most cases you just need to run brew install PACKAGENAME
or brew cask install PACKAGENAME
for packages that are distributed as binaries.
Brew Install Visual Studio Code Tutorial
Development Tools
Install Node.js and npm:
Install Composer:
Editors
Install Visual Studio Code:
Install Atom:
Virtual Development Environments
Brew Cask Install Visual Studio Code
Install VirtualBox:
Install Vagrant:
Install Docker and Docker Compose:
Brew Install Visual Studio Code For Mac
Useful Commands
Update Homebrew and the package information:
Update all installed packages:
Remove old versions of packages:
Install Visual Studio Code Mac Using Brew
List all installed packages: