Visual Studio Code


Visual Studio Code Quick Guide

Explains quick usage of VSCode.

How to Automatically Format Code and Configure Indentation Width in Visual Studio Code

This article explains how to automatically format code in Visual Studio Code (VSCode). When indentation becomes inconsistent while editing code, manually fixing every line takes time. VSCode’s automatic formatting feature makes it easy to clean up the code.

Comparing Two Files and Highlighting Differences in Visual Studio Code

Visual Studio Code provides a Compare command that compares two similar files and highlights their differences. This article explains how to compare the contents of two files and display their differences in Visual Studio Code.

Run VSCode from the macOS Terminal