Qt Creator realtime LOC diff preview
Unsolved
Qt Creator and other tools
-
For some time now I'm looking for a plugin that would allow me to highlight in realtime information about lines that were added/edited since last commit. It would be very useful especially when working with huge files from projects that I don't know very well. Right now I'm basically adding bookmarks to each place where I made some edits (to be able to find them easily). For atom there is https://github.com/atom/git-diff maybe someone knows if there is anything similar for Qt Creator? Thanks!