Has any body seen a feature like google Docs commenting on code inside Sublime
would be jsut incredible to connect it with a git team
could work as publishing a git issue , label “comment” , with assignees etc
Comment or question code like in Google Doc Comments System?
If you work with a git frontend such as github, you can use that for comments (i.e. comment on individual lines in commits) or just create a linked issue.
yep we do use the front end
I was asking for something directly in the IDE
just not to have to switch out of the work process
This sounds like you need git notes
http://git-scm.com/docs/git-notes. And probably with a plugin like SublimeGit you’ll get this functionality, but it sounds like a lot of hassle, because you can’t comment a line but a commit.
MAYBE this can be achieved by some crazy plugin, that will take the current line, make a diff
, connects to github via their api and add a comment there, but i think this is just overhead…
exactly !!
but from ide , yes offcourse , it’s a shared dream , you never know what can come out of sharing a dream
Thanks for the feedback