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 a CSV file it looks like plain text which...
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 a CSV file it looks like plain text which...
In this post, you’ll learn how to create and use a custom domain name (i.e. example.com) instead of localhost in XAMPP. Let’s get started! Map the custom domain to localhost Run Notepad as administrator and...
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. To turn off notifications, go to the bottom right...
We’ll walk through 3 methods you can use to fix the “Error: MySQL shutdown unexpectedly” error in XAMPP. Run XAMPP as Administrator Sometimes XAMPP throws errors when you don’t run it using administrator privileges....
Visual Studio Code introduced a new feature that allows you to drag & drop files and images into a Markdown (.MD) file in order to create links to those files. This will speed up...
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 for that. Let’s go to Settings by pressing...
If you’re reading this it means you already know what XAMPP is and how to use it. You also know that there isn’t an out-of-the-box feature in XAMPP that allows you to switch between...
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 Save Go to File -> Auto Save and select...
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 for VS Code for Web for some time, so...
In this post, we’re going to find out what is a Single Action Controller, how to create one, and what are the pros and cons of using it. Let’s dive in! What...