Closed theviking closed 10 years ago
Todo will only recognize C style comments by default. You can however customize the settings by adding a .todo file in your project.
There is an example in the documentation under Comment Syntax. This will make Todo find comments like <!-- TODO: Things to do in my HTML code. -->
.
Did you get this to work, @theviking?
I hope to... I've been side tracked with trying to learn Angular JS. Doing too much at once. :-)
Just ping or tweet me if you run into any problems.
I am having the same issue getting it to work with HTML, I want it to keep all of the current values and ADD the html prefix and suffix
@kbegeman You can add it by using the configuration in this issue.
Is there a way to get this extension to also look in HTML files? Seems to only work on JS and CSS right now. Thanks.