VS Code Switch between Editor and Terminal
Let’s say you’re using the Editor and the Terminal at the same time. To switch between them, you need to click, which isn’t the quickest… Read More »VS Code Switch between Editor and Terminal
Let’s say you’re using the Editor and the Terminal at the same time. To switch between them, you need to click, which isn’t the quickest… Read More »VS Code Switch between Editor and Terminal
I think customizing the cursor can make your coding experience more enjoyable and efficient. That’s why in this post I’m going to show you how… Read More »VS Code: Change Cursor Color, Style & Animation
Do you know how many whitespace characters are hiding in your file? 🕵️♀️ Let’s find out! Go to View -> Appearance and check Render Whitespace. 🎥 Want… Read More »Show/Hide Whitespace Characters 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
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