---
title: "I made a VSCode extension to help manage Tech Debt from in your IDE"
url: https://daily.dev/posts/i-made-a-vscode-extension-to-help-manage-tech-debt-from-in-your-ide-lg6qexx2n
source_url: https://daily.dev/posts/i-made-a-vscode-extension-to-help-manage-tech-debt-from-in-your-ide-lg6qexx2n
type: freeform
source: "Dev Tools"
author: "Liam Gulliver"
published: 2025-05-29T10:45:53.624Z
updated: 2025-05-29T10:46:10.532Z
tags: ["github", "vscode", "technical-debt"]
reading_time: 1
upvotes: 21
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I made a VSCode extension to help manage Tech Debt from in your IDE

**[Dev Tools](https://daily.dev/sources/devtools)** · [@liamgulliver](https://daily.dev/liamgulliver) · 1 min read · 21 upvotes · 2 comments

## Summary

A developer created a VSCode extension to streamline technical debt management by allowing users to create GitHub issues directly from their IDE without switching between applications. The extension automates the process of raising issues with proper labels and formatting, addressing the common workflow friction of managing tech debt across multiple tools.

## Content

![image](https://media.daily.dev/image/upload/s--rsjCUtUA--/f_auto/v1748454027/ugc/content_06a8fad3-865c-4f2f-9306-c322ec21fe2d?_a=BAMClqUq0)

There's every possibility only I might find this useful, and really this extension was written for my benefit because largely, I'm lazy and can't be bothered switching between GitHub and VS Code to raise issues for tech debt, with the right labels, etc, etc.

So I made this https://github.com/lgulliver/tech-debt-vscode.

I've got a bunch of other features I want to add to it as listed in the readme, but feel free to give it a download and playaround. Missing something you think would be useful? Open a PR!

## Community discussion

Top comments from developers on daily.dev.

**@devvmiller** · 0 upvotes

> Great idea !!

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#vscode](https://daily.dev/tags/vscode), [#technical-debt](https://daily.dev/tags/technical-debt)

[View this post on daily.dev](https://daily.dev/posts/i-made-a-vscode-extension-to-help-manage-tech-debt-from-in-your-ide-lg6qexx2n)
