Visual Studio Code Quick Guide
Explains quick usage of VSCode.
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.
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.