top | item 29672313

(no title)

sildur | 4 years ago

> I don’t know any IDE or editor that makes it easy to search though git commit message and source code at the same time.

Any editor from Jetbrains with the GitToolbox plugin does that.

discuss

order

9dev|4 years ago

Can second that. Having the commit message as a virtual comment on the end of the current line is immensely helpful in tracking changes. It’s like git blame on steroids.

prometheon1|4 years ago

I also like seeing the commit messages in this way! In the case of VSCode this comes with the Git Lens extension.