VS Code Auto Save – Turn it ON
By default, VS Code doesn’t have the Auto Save option turned on. However, it’s very easy to turn on Auto Save. Turn ON Auto… Read More »VS Code Auto Save – Turn it ON
By default, VS Code doesn’t have the Auto Save option turned on. However, it’s very easy to turn on Auto Save. Turn ON Auto… Read More »VS Code Auto Save – Turn it ON
The desktop version of VS Code has a new feature that pops a confirmation dialog before quitting the app. This feature however has been available… Read More »VS Code Confirm Before Quit
VS Code introduced a new cool feature that allows you to set up the terminal to auto-reply when a prompt is received. Here I have… Read More »VS Code Terminal Automatic Replies
VS Code’s latest update introduced a new command to surround a piece of code with a snippet. It’s easy, fast, and may speed up your… Read More »VS Code Surround With Snippet
Let’s quickly have a look at how to integrate Git Bash as the default integrated terminal in Visual Studio Code. By default, VS Code comes… Read More »VS Code Integrate Git Bash as Default Terminal
By default, VS Code doesn’t have the option to import PHP Classes. To achieve this, we have to use an extension. Let’s open the… Read More »VS Code Import Class PHP
Let’s quickly have a look at how we can easily change the size of the horizontal and vertical editor scrollbars. Open the Settings… Read More »VS Code Resize Editor Scrollbars
Let’s quickly have a look at how we can easily zoom in and zoom out in VS code. By default, VS Code allows you to:… Read More »VS Code Zoom In and Out Font and Editor
If you’re working with a lot of nested code, sometimes it’s hard to identify matching brackets, braces, or parentheses. The good news is that VS… Read More »VS Code Colored Bracket Pair Guides
Update: As of April 2022 (v1.67) bracket pair colorization is enabled by default. By default, VS Code comes with plain light-colored brackets which can be… Read More »VS Code Native Bracket Pair Colorization