Brace Matching – Visual Studio C#

VISUAL STUDIO TIPSCool visual studio tips for productivityPhoto by Shotkit from PexelsWhat is Brace Matching?As C# uses angular braces quite extensively, brace matching helps you identify the corresponding brace pair by highlighting it as shown below.By default, the visual studio uses a gray color highlighter to show brace matching, but the user can override the setting.Tip 1: … Continue reading Brace Matching – Visual Studio C#

New Command Prompt definately sets a standard

NEW TOOLMicrosoft is back with another release of a rugged tool windows terminal.Introduction to Windows Terminal?The Windows Terminal is a modern, quick, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated … Continue reading New Command Prompt definately sets a standard

Ever used code snippets?

FEATURESCode snippets are custom pre-defined templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. Visual Studio Code provides the feature to create recurrent models.This article covers the following topics.How to create a code snippet?How to assign keyboard shortcuts to code snippets?PrerequisitesDownload visual studio code if not installed earlier. LinkInstall … Continue reading Ever used code snippets?