· software
I built a VS Code extension that reads your project's mind
The Problem: Context Switching Fatigue 😫 You often have to install a specific package and go through these steps: 1. Open npm. 2. Search for the package name...
The Problem: Context Switching Fatigue 😫 You often have to install a specific package and go through these steps: 1. Open npm. 2. Search for the package name...
The Problem We've all been there. You open a project, and for a split second you freeze: “Wait, is this npm run dev, yarn start, or docker-compose up?” Context...
How to Develop and Publish a VS Code Extension Hi there! I’m a software engineer from Japan, and today I’d like to share my experience developing a VS Code ext...
1. Prettier – Code Formatter Prettier - Code Formatterhttps://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Prettier is an opinionated cod...