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
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.
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
In this step-by-step guide, we’ll be exploring a couple of ways to make VS Code transparent on Windows. You may want to opt for a… Read More »How to make VS Code Transparent
In this step-by-step guide, you’re going to learn how to run a small local project or service in the cloud using VS Code’s local port… Read More »VS Code: Run Local Projects in Cloud with Port Forwarding
VS Code introduced a new useful feature that allows you to try out themes without installing them. 🎥 Check out this video for a showcase of… Read More »Try VS Code Themes Without Installing Them
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 think back to the good ol’ days when it was snowing on your desktop or when random sheep would run and jump around… Read More »Play with Pets in VS Code
If you have single-child folders, VS Code will automatically compact them. Which is not always what we want. In this post, you’re going to find… Read More »VS Code Compact Folders
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