vscode

Using RegEx groups for Search & replace  in VS Code

Using RegEx groups for Search & replace in VS Code

  • February 29, 2024

VS Code has a nifty tool for doing search and replace using RegEx, which I prefer using whenever doing bulk updates. It has saved me quite a few times while refactoring across multiple files. Let us look at how search & replace using RegEx groups works in Visual Studio Code....

Getting started with Visual Studio Code

Getting started with Visual Studio Code

  • December 19, 2015

Visual Studio Code is the latest cross platform editor by Microsoft and I started looking into it since I wanted a fast editor which provided me Intellisense similar to what Visual Studio provides. At first I thought it is an IDE, but it is not. It is a code optimized...