Toggle Full Screen & Zen Mode in VS Code
Let’s look at two VS Code features that will help you focus better on writing code. Full Screen You can toggle it by… Read More »Toggle Full Screen & Zen Mode in VS Code
Let’s look at two VS Code features that will help you focus better on writing code. Full Screen You can toggle it by… Read More »Toggle Full Screen & Zen Mode in VS Code
Today I would like to share with you the Code Runner extension. Code Runner allows you to run code snippets or files inside VS Code… Read More »Run Code Snippets or Files 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… Read More »How to Run JavaScript File Inside VS Code
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.… Read More »VS Code Indent Rainbow Extension
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… Read More »VS Code Sticky Scroll
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