mikaeljorhult / brackets-todo

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

Is there a way to have this detect todo's in both html, css and js files? #50

Closed joeyjoejo1200 closed 10 years ago

joeyjoejo1200 commented 10 years ago

Love the extension.

joeyjoejo1200 commented 10 years ago

I seem to have figured it out on my own. You may want to make this the default, that way it finds more todos...

"regex": { "prefix": "(?:\/_|\/\/|#|)" }

mikaeljorhult commented 10 years ago

Glad you managed to figure it out.

A settings dialog is planned for the next major release where you will be able to set your default settings. I might be able to include HTML recognition in that feature.

Tombek commented 10 years ago

Here it is:

"regex": { "prefix": "(?:\/_|\/\/|#||\n|$)" },

cyrakuse commented 10 years ago

I can't make it working. I'm using Brackets 37. Is there a link with this version of Brackets ?

VProfirov commented 9 years ago

Why someone always have to figure out stuff, instead of them working as supposed to ???