© 2023 Hashnode
#vscode
In the first chapter of my debugging book, I discuss IDE debugging. In that chapter, I mostly talk about IntelliJ/IDEA. People often ask me why I didn’t write as much about VS Code… The reason is that…
Introduction to Emmet Emmet is a plugin for text editors that allows you to expand abbreviations into HTML, XML, and other code structures. It can save you a lot of time by allowing you to type abbreviations that are automatically expanded …
Let's make our coding experience fun, who doesn't like playing with different themes in VS Code and experiencing fresh visuals everytime? We do right? In this blog, I am gonna take you through 5 such themes that I bet you don't know about (…
Visual Studio Code, I assume all coders out there have used this Editor once in their life. And we all have faced some questions like "Wish there was some way to make this automate" or "Wish there was…
3 most productive vscode extensions Visual studio code proves itself again and again in every developer survey as the most used and loved code editor. You can install extensions to give it superpowers…
Install Node.js Download for Windows Chocolatey choco install -y nodejs-lts microsoft-openjdk11 Install Android Studio Download and install Android Studio Install the Android SDK Android Studio insta…
Connecting a virtual machine (VM) such as Vagrant or EC2 instances or Droplet to Visual Studio Code (VS Code) can be a bit tricky, but with these simple steps, you'll be able to access your VM and nav…
Working with HTTP files in Visual Studio Code (VS Code) can be a powerful tool for testing and debugging APIs. These files, often with the extension .http, contain requests in the HTTP format that can…
When working on multiple projects at the same time (for example let's say that you Building Microservices Architecture with ASP.Net Core), it can be tedious to run each project individually. In this a…
I've recently been working on various projects for Mini Micro, and for the latest one, I decided to do the programming in Visual Studio Code. It's been a pretty great experience so far with the minor …