Does anyone know of a plugin for tracking TODO's in sublime text editor and then automatically transferring those into issues on your connected GIT account?
Further more - is this a good idea?
I think it's better to differentiate between todo's/fixme and the issue of the git tracking. A TODO maybe a comment in code to improve some part of the code, put some question about some part, or something. And issue i think it's more about the point of make some improvement, ore solving a bug for example.
TheSheriff
Co-Founder, Founder, Entrepreneur & Problem Solver
j
stuff ;)
integrating you todos into your favorite editor seams like a good idea to me :) maybe you could write a small tool in python for that :D i guess it would be easy to do :) If i would have the time I would do it :)