Category: VSCode

Visual Studio Code tutorials, pro tips, and much more.

vscode better comments extension

VS Code Better Comments Extension

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 pick a theme that would change the whole visuals...

vscode better folding extension

VS Code Better Folding 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 but limits visibility and it’s difficult to understand what...

vscode open large files confirmation message

VS Code — Open Large Files Confirmation

Visual Studio Code now prevents you from accidentally opening large files by popping up a confirmation alert.   This comes in handy, especially in remote environments where there might be costs due to network...

vscode hex editor

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...

vs code chat gpt

VS Code — ChatGPT 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 have a quick overview and see what we can...

vs code lorem ipsum text

Generate Lorem Ipsum Text in VS Code

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...

vs code run snippets

Run Code Snippets or Files Inside 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 which can be extremely useful. The extension supports JavaScript,...