How to Run JavaScript File Inside VS Code
Let’s have a look at how to run a JS file inside VS Code. To run a JS file inside VS Code first you have to make sure you have NodeJS installed....
Let’s have a look at how to run a JS file inside VS Code. To run a JS file inside VS Code first you have to make sure you have NodeJS installed....
Today I’d like to share with you the Indent-Rainbow extension. This extension colorizes the indentation in front of your text, making it more readable. 🌈 It’s especially helpful if you’re working with Python...
Today I’d like to introduce you to sticky scrolling, a new helpful feature in VS Code. This feature lets you know in which scope you’re currently scrolling. It currently supports Classes, constructors, methods, Interfaces,...
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...
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...
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...
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...
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 a very simple script that needs a YES or...