DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Last call! Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Related

  • AI and Technical Debt: Balancing Innovation and Sustainability
  • Day in the Life of a Developer With Google's Gemini Code Assist: Part 2
  • Navigating Architectural Change: Overcoming Drift and Erosion in Software Systems
  • Is It Okay To Stop Running Your Tests After the First Failure?

Trending

  • Why High-Performance AI/ML Is Essential in Modern Cybersecurity
  • Understanding and Mitigating IP Spoofing Attacks
  • Enhancing Security With ZTNA in Hybrid and Multi-Cloud Deployments
  • The Role of Functional Programming in Modern Software Development
  1. DZone
  2. Coding
  3. Languages
  4. The Three Best VS Code Extensions To Handle TODOs

The Three Best VS Code Extensions To Handle TODOs

As software engineers, we use TODOs and FIXMEs all the time. We've picked out the three best Visual Studio Code extensions to help you handle them.

By 
Alex Omeyer user avatar
Alex Omeyer
·
Ruth Dillon-Mansfield user avatar
Ruth Dillon-Mansfield
·
Feb. 26, 23 · Analysis
Likes (1)
Comment
Save
Tweet
Share
2.6K Views

Join the DZone community and get the full member experience.

Join For Free

Visual Studio Code has a rich ecosystem of plugins and extensions that help make our jobs easier and faster.

TODOs and FIXMEs are part of our everyday lives as software developers. So, it makes sense to use the right extensions to improve our workflow. There are a massive number of extensions in VSCode that deal with TODOs. We’ve chosen the three most impactful extensions for three different use cases.

TODOs or Issues?

Before we dive into the very best VSCode extensions, it's essential to understand whether the use case for TODOs is right for you in the first place.

TODOs are an excellent solo tool. They can be used to quickly jot down ideas to help you stay focussed on the task at hand. TODOs also innately have context, making them far more useful than a simple list of tasks.

But TODOs are a terrible multiplayer tool. When TODOs make it to 'main,' you end up with an extensive and invisible backlog that can't be managed. And this has a hefty price — spiraling tech debt and declining code quality.

Use TODOs for:

  • Personal projects
  • Pre-established open-source conventions
  • Spikes
  • On your own branch of a collaborative project, before merging with 'main'

Avoid TODOs for:

  • All other collaborative projects, such as in professional contexts

VScode Extensions for TODOs and FIXMEs

1. TODO Highlight v2 Extension

Ideal for: Solo projects, non-commercial work

Choose this if: You want a no-frills approach

The TODO Highlight v2 Virtual Studio Code extension is the simplest plugin on our list. It does what it says on the tin, highlighting TODOs, FIXMEs, and other custom annotations within your code. It supports different color themes to help you navigate your annotations.

TODO Highlight v2 Virtual Studio Code extension

Both the original TODO Highlight and TODO Highlight V2 are available on VS Code — the old version is no longer maintained.

Add TODO Highlight v2 to VSCode here.

2. Stepsize

Ideal for: Modern engineering teams

Choose this if: You want a sustainable way to manage technical debt

The Stepsize VS Code extension is the right tool for developers working in professional engineering teams.

Stepsize lets you:

  • Create, view, and manage issues from your code editor
  • Convert TODOs into issues and keep your codebase clean
  • Make tech debt visible and actionable
  • Radically improve velocity and quality

Remember what we said about TODOs VS issues? TODOs should only be single-player. TODOs that get merged into 'main'/'master' cause endless, invisible backlogs which aren’t actionable. This leads to spiraling tech debt.

TODOs and FIXMEs lack context and visibility. When you use Stepsize, issues are visible throughout your software development lifecycle. And they're loaded with context because they're linked directly to code.

Use a tool like Stepsize to manage issues without leaving your codebase. Stepsize integrates with platforms like Jira and Linear if you want it to. 

Add Stepsize to VSCode here. Also available for JetBrains.

3. TODO Tree Extension

Ideal for: Solo projects, non-commercial work

Choose this if: You’re navigating a more complex but single-player codebase

The TODO Tree VSCode tool searches your codebase for TODOs and FIXMEs, then displays them in your activity bar in a tree view. 

Their navigation view is a little like a simplified version of Stepsize’s issue navigation panel, but specifically for code annotations. It’s more geared toward single-player project work. Being able to click on the tree nodes helps you navigate around your codebase and fix issues in your project with more ease.

Todo Tree also has highlighting features, just like TODO Highlight V2. Their highlighting features work with custom annotations, too.

Add Todo Tree to VSCode here.

Wrapping Up

How we handle TODOs or FIXMEs in our code should depend on what kind of project we’re working on. 

If you’re working on a solo project or spiking out a feature, use the TODO Highlight V2 extension for straightforward highlighting. Or choose Todo Tree for more advanced navigation.

For multiplayer projects in modern engineering teams, choose Stepsize to convert TODOs into actionable issues linked to code.

Annotation Software development Visual Studio Code tech debt Tree (data structure)

Published at DZone with permission of Alex Omeyer. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • AI and Technical Debt: Balancing Innovation and Sustainability
  • Day in the Life of a Developer With Google's Gemini Code Assist: Part 2
  • Navigating Architectural Change: Overcoming Drift and Erosion in Software Systems
  • Is It Okay To Stop Running Your Tests After the First Failure?

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!