VS Code — Hex Editor Extension
Let’s have a quick look at the Hex Editor extension. This extension allows you to view and edit files in their hexadecimal representation. You may find it useful when working with memory addresses, encoding...
Let’s have a quick look at the Hex Editor extension. This extension allows you to view and edit files in their hexadecimal representation. You may find it useful when working with memory addresses, encoding...
Today I would like to share with you the ChatGPT extension. This extension allows you to harness the power of OpenAI’s famous ChatGPT chatbot. Let’s have a quick overview and see what we can...
Let’s look at how to generate Lorem Ipsum text in VS Code in a quick and simple way. Generate Lorem Ipsum We’re going to use Emmet abbreviation to generate lorem ipsum. VS...
Let’s look at two VS Code features that will help you focus better on writing code. Full Screen You can toggle it by pressing down CTRL + SHIFT + P and typing...
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 which can be extremely useful. The extension supports JavaScript,...
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 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...
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...