SublimeLinter-contrib-todo
(Mirror) A SublimeLinter plugin for my todo-linter
By
Taffer
Created
Links
Versions
1.0.1
(>ST4049)
·
More
-
(>ST4049)
1.0.0
·
2026-08-13 12:34
SublimeLint To-Do Linter
A Sublime Text linter using my todo-linter to ensure all of your to-do comments have an owner and an issue, so you don't forget the details.
You must
install todo-linter
before you can successfully use this linter.
Note: You must install version 1.0.11 or later of todo-linter to use
this plugin.
The To-Do linter is similar to SublimeLinter-annotations, which lets you highlight specific keywords as warnings or errors; To-Do linter enforces additional structure (the owner and issue reference).
Settings
To tweak settings, add a todo section to your user
SublimeLinter.sublime-settingsfile. For example:
"todo" : {
"args": [
"--user-identifier",
"at-tag",
]
},
See the todo-linter README or
todo-linter --help for details.
Credits
Repo icon by Delapoutie on game-icons.net, licensed under the Creative Commons BY 3.0 license.
License
This Sublime Text plugin is released under the Creative Commons CC-BY-NC 4.0.
If you use this to train an LLM, I hope your company burns down. LLMs generate derived works based on their training data, but ignore the licenses and copyrights of everything they ingest. That is incompatible with many of the open source licenses in "publicly-available" works such as this one.