Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashhar/vs-task-tags

A Visual Studio extension that highlights task tags within comments in the Editor Window.
https://github.com/hashhar/vs-task-tags

todo visual-studio visual-studio-extension

Last synced: about 1 month ago
JSON representation

A Visual Studio extension that highlights task tags within comments in the Editor Window.

Awesome Lists containing this project

README

        

# Visual Studio Task Tags

A Visual Studio extension that highlights (and manages) task tags within comments in the Editor Window.

As of now, it simply highlights some predefined tokens using predefined colours. `TODO`, `DEBUG` / `FIXME`, `DOCME`, `TESTME`, `DISCUSS` / `REVIEW` are supported and look like ![this](/Icon.png).

Option to configure the word list and colours will be coming in a future version.

This is an ongoing project and the [roadmap](#roadmap) is detailed below. If you want some features not present in the roadmap feel free to add a GitHub issue or submit a pull-request (Read the [Contribution Guidelines](CONTRIBUTING.md) before contributing).

# Roadmap

- [ ] Initial beta product with hardcoded settings
- [ ] Customizable settings:
- [ ] Custom tokens/words
- [ ] Custom colours for each token/word
- [ ] Ability to add the tokens to the Visual Studio Task Tag list so that the Task Explorer can show them as tasks