VS Code Confirm Before Quit
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
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
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
If you’re working with a lot of editor tabs open, you already know how unpleasant it is to scroll through tabs to find the file… Read More »VS Code Wrap Tabs to Multi-Line / Stack Tabs