Sort JSON Documents & Keys in VS Code
If you’re working with JSON documents, you may want to clean them up and sort all the object keys alphabetically. This can make the files… Read More »Sort JSON Documents & Keys in VS Code
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.
If you’re working with JSON documents, you may want to clean them up and sort all the object keys alphabetically. This can make the files… Read More »Sort JSON Documents & Keys in VS Code
VS Code isn’t that great when it comes to customizing the color of the comments. A couple of ways you can customize them is to… Read More »VS Code Better Comments Extension
VS Code isn’t that great when it comes to folded code blocks. As you can see in the image below, it gets the job done… Read More »VS Code Better Folding Extension
The Profiles feature is now available in VS Code. Let’s have a quick look at it and see what things we can do with it.
Visual Studio Code now prevents you from accidentally opening large files by popping up a confirmation alert. This comes in handy, especially in remote… Read More »VS Code — Open Large Files Confirmation
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… Read More »VS Code — Hex Editor Extension
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… Read More »VS Code — ChatGPT Extension
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… Read More »Generate Lorem Ipsum Text 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