Sublime Forum

Comment or question code like in Google Doc Comments System?

#1

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

0 Likes

#2

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.

0 Likes

#3

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 :slight_smile:

0 Likes

#4

This sounds like you need git notes :slightly_smiling: 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…

0 Likes

#5

exactly !! :slight_smile:
but from ide , yes offcourse , it’s a shared dream , you never know what can come out of sharing a dream :slight_smile:
Thanks for the feedback

0 Likes