VS Code Rainbow CSV Extension
Rainbow CSV extension will make your life easier if you’re working with CSV and TSV files. Highlight in different colors By default, if you open… Read More »VS Code Rainbow CSV Extension
Empower your skills with my Visual Studio Code tutorial series.
From essential keyboard shortcuts to advanced customization tricks, discover everything you need to boost your productivity and streamline your coding experience.
Stay up-to-date with the latest extensions, debugging techniques, and much more.
Rainbow CSV extension will make your life easier if you’re working with CSV and TSV files. Highlight in different colors By default, if you open… Read More »VS Code Rainbow CSV Extension
If you don’t want to be disturbed by notifications pop-ups that are not errors, Visual Studio Code now has the Do Not Disturb option. … Read More »VS Code Turn OFF Notifications (Do Not Disturb)
Visual Studio Code introduced a new feature that allows you to drag & drop files and images into a Markdown (.MD) file in order to… Read More »VS Code Drag & Drop Files to Markdown to Create Links
By default, VS Code shows code suggestions in a widget. But if you want them to be shown inline, there is a new option just… Read More »VS Code Inline Suggestions
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