Is there a way to tell Sublime to highlight comments that contain the word "TODO"?
I've looked for plugins that do this but haven't really been able to find much.
Is there a way to tell Sublime to highlight comments that contain the word "TODO"?
I've looked for plugins that do this but haven't really been able to find much.
Sublime Linter should do the trick. You can add underlining for custom static text.
All you need is the Sublime Package Manager:
As stated by jon in the first comment:
For ST3, the SublimeLinter-annotations plugin highlights TODO, FIXME etc.
I'm using the TodoReview plugin. It's very good and simple.
After installing it via Package Control, in order to use it on Windows, press Ctrl+Shift+p and type TodoReview: Project Files
.
It will open up a tab with all TODOs in your project, where you can navigate with up/down and go to the TODOs location with enter.
Try this plugin : https://github.com/robcowie/SublimeTODO Maybe it can meet your requirement.
The "highlight_code_remarks.py" plugin seems to do what you are looking for. It can be found on: https://bitbucket.org/theblacklion/sublime_plugins/src/
It requires some handwork to install, especially note that:
In case of trouble also have a look at this forum post, that's where I originally found the plugin: http://www.sublimetext.com/forum/viewtopic.php?f=5&t=1745
...and just in case someone reading this has never installed a sublime plugin before: In Sublime Text, click "Preferences", then "Browse Packages..."