Articles by Tag #vscode

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Your IDE is an Attack Vector

A new type of VSCode phishing attack is targeting freelancers via Upwork. Here’s how it works and how...

Learn More 51 51Feb 12

So… what is GitHub Copilot’s "Raptor mini"and why should devs care?

GitHub quietly slipped a new model into Copilot called “Raptor mini (Preview)”. The changelog...

Learn More 25 0Nov 11 '25

Kiro vs Copilot: This Could Change the Way You Code Forever

Amazon Kiro vs GitHub Copilot: The AI developer tool landscape just got a serious shake-up...

Learn More 56 19Jul 15 '25

My Opinionated VS Code Setup — Fast, Quiet, and Intentional

If you’ve been using VS Code for a while, you eventually stop chasing shiny extensions and start...

Learn More 26 3Nov 3 '25

TIL: CORS, IPs, and the Day My Demo Crashed 🔒

Everything worked perfectly on my laptop. 🚀 The UI loaded, uploads succeeded, APIs responded...

Learn More 17 9Sep 29 '25

New GitHub Copilot Global Bootcamp: Now with Virtual and In-Person Workshops!

From June 17 to July 10, you can learn from anywhere in the world — online or in your own city!

Learn More 22 5May 28 '25

Enabling developers in GitHub Codespaces

Over the last few months I’ve been exploring GitHub codespaces for developer enablement. I needed to...

Learn More 15 1Oct 7 '25

AI-Powered Documentation: Make Your Codebase Self-Explanatory

Introduction Andrej Karpathy recently introduced the idea of "vibe coding" on X (formerly...

Learn More 19 7Jun 6 '25

🚀 5 VSCode Extensions That Will Make You Actually Enjoy Coding Again 🎉

Sometimes coding feels like battling a dragon at 2 AM with zero sleep and 15 Chrome tabs open 😴. But...

Learn More 70 17Jun 6 '25

I Built a Voice-to-Code VS Code Extension That Runs Entirely On-Device

Every AI coding assistant requires typing. GitHub Copilot, Continue, Kiro — they all expect you to...

Learn More 7 1Feb 28

🚀 GitHub Copilot: A Persona-Based Approach to Real-World Development

If you’ve ever used GitHub Copilot for more than a quick boilerplate snippet, you’ve probably felt...

Learn More 36 10Aug 26 '25

How I created a Cozy Workspace in VS Code

I love VS Code. It is fast, flexible, and works for almost any stack. But the default layout is not...

Learn More 10 3Dec 11 '25

Why I Built TaskDeck and How It Improves Your VS Code Workflow

VS Code tasks are powerful, but most developers barely use them. The problem is not the feature...

Learn More 10 5Nov 20 '25

The Most Important Tool in Your Dev Stack Is One You've Never Heard Of

You've seen it. That little spinning icon in the VS Code status bar. "Initializing JS/TS language...

Learn More 7 5Feb 15

Why Global Undo Sucks: Building Line-Level Undo/Redo for VS Code

1. The Problem: Why Global Undo Fails Devs 😤 If you’ve been using VS Code long enough,...

Learn More 8 1Jan 12

Wait, You Mean They're Different?

I've lost count of how many times I've heard someone say "just open it in Visual Studio" when they...

Learn More 2 0Dec 20 '25

Built an Extension for GitHub Copilot to save, share and build rules for AI for you

The team and I over at SpecStory love agentic-first coding. Built an extension for GitHub Copilot...

Learn More 15 2Apr 30 '25

How I Finally Fixed My .gitignore (and Ended Up Writing an Extension)

I thought my .gitignore files were fine. Most of us probably do. You drop in a template, add a couple...

Learn More 5 2Dec 3 '25

Codeck Presents Verdent AI: They Wanted Opinions, I Have Plenty

Previewing Verdent AI through Codeck turned into a full-tilt stress test: VS Code extension, multi-agent Deck, and plenty of chaos. Here’s what broke, what worked, and which parts outshined everything else—completely biased by my own strong opinions and nothing else.

Learn More 20 1Sep 24 '25

🚀 Crafting My Developer Workflow: VSCode, Vim, and Zsh

“Imagine waving your hands like a conductor, and all the instruments play exactly what you want....

Learn More 3 2Dec 3 '25

How I Refactored My VS Code Extension to be 100% Serverless & Offline 🚀 (CodeTune v0.0.7)

The Problem: "It works on my machine" 😅 I've been building CodeTune, an Islamic companion extension...

Learn More 0 0Dec 20 '25

Building Accessible Themes with Generative AI

Why I Needed Better Themes Most default code editor themes don’t work for me. As someone...

Learn More 5 6Nov 20 '25

I might have gone overboard. I built a custom LLM for my .env extension... and now I just shipped a massive UI overhaul for it.

Hey everyone, So, I have this project, dotenvy. It started as a simple tool because I was tired...

Learn More 4 0Nov 8 '25

From Glasses to Code - The Personal Journey Behind Harmonia Vision

After almost a decade wearing glasses for myopia and astigmatism, I built an extension that finally...

Learn More 0 0Jan 18

RangeLink v0.3.0: One Keybinding to Rule Them All

Hey folks! Just shipped RangeLink v0.3.0, and I'm genuinely excited about this one. If you caught...

Learn More 1 0Nov 12 '25

# I built an Encrypted Vault for .env files inside VS Code

Let’s be honest: Handling .env files is a headache. We all know we shouldn't commit them to Git, but...

Learn More 0 3Jan 30

I got tired of memorizing swaggo comment order, so I made this

VS Code extension that lets you write Go Swagger comments with named parameters instead of positional arguments

Learn More 0 0Jan 9

VSCode: Gaining back some of screen space by customizing the line number column

This is just another post of how to gain some spaces for reading code on VSCode when you don't have...

Learn More 5 0Oct 25 '25

Making VS Code "Read My Mind": Building Smart Context Awareness

We've all been there. You open a project, and for a split second, you freeze. "Wait, is this npm run...

Learn More 0 0Jan 10

How I Fixed Vanishing Pets in vscode-pets

For my Hacktoberfest contribution I fixed a bug in the vscode-pets repo where extra pets you spawned...

Learn More 3 1Nov 1 '25