mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

TODO's in HTML? #47

Closed theviking closed 10 years ago

theviking commented 10 years ago

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.

mikaeljorhult commented 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. -->.

mikaeljorhult commented 10 years ago

Did you get this to work, @theviking?

theviking commented 10 years ago

I hope to... I've been side tracked with trying to learn Angular JS. Doing too much at once. :-)

mikaeljorhult commented 10 years ago

Just ping or tweet me if you run into any problems.

mrbagels commented 10 years ago

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

mikaeljorhult commented 10 years ago

@kbegeman You can add it by using the configuration in this issue.