Switching between files in VS Code

Do you use ALT+Tab or CMD-Tab a lot to switch between windows and applications? As a programmer, you know how important it is to be able to switch between files quickly and efficiently, especially when working on large projects with multiple files open at once.…

Visual Studio Code for minimalists

By tweaking the settings, using a minimalist theme, and installing minimalist extensions, you can make VS Code look more minimalist and create a workspace that's both functional and easy on the eyes.…

Cleaning up merged Git branches

Merged branches that are no longer required can take up valuable space and hinder productivity. In this article, we will explore how to use a command to clean up merged Git branches.…