Skip to content

Netris89/todo-in-problem-tab

Repository files navigation

todo-in-problem-tab

One feature I liked with the Java Extension pack was that TODO were put in the problem tab so they were easy to see. I asked if it was possible to implement a similar feature gobally to VSCode but was kindly told extensions were already doing it and pointed to said extensions. None of the extensions I was told were doing what I asked so I did it myself.

TypeScriptVSCodeVersionLicense

Features

This extension scans the opened document for comments with the various keywords (TODO, FIXME, BUG & HACK by default.). Each of those comments are then turned into a diagnostic and put in the problem tab.
Comments are recognized whether they appear on a separate line

screenshot

or at the end of a line of code.

screenshot

Default keywords are provided but you can extend this list to your liking.

options

Planned Feature

  • Add support for languages not using // for comments.

Known Issues

Known issues are listed here.

Release Notes

If you want to now what's new, go read the changelog

Get it

You can download the extension directly from Github, the VSCode marketplace, the Open VSX registry or directly from VSCode

About

VSCode extension that adds comments with various keywords (TODO, FIXME, etc.) into the problem tab as information.

Topics

Resources

License

Stars

Watchers

Forks

Contributors