Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hashhar/vs-task-tags
- Owner: hashhar
- License: mit
- Created: 2016-01-03T13:57:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T20:28:15.000Z (almost 9 years ago)
- Last Synced: 2024-04-28T07:23:59.967Z (7 months ago)
- Topics: todo, visual-studio, visual-studio-extension
- Language: C#
- Size: 28.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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