Y
Hacker News
new
|
ask
|
show
|
jobs
by
sildur
1641 days 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.
1 comments
9dev
1641 days 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.
link
prometheon1
1640 days ago
I also like seeing the commit messages in this way! In the case of VSCode this comes with the Git Lens extension.
link