gerrit-intellij-plugin icon indicating copy to clipboard operation
gerrit-intellij-plugin copied to clipboard

Enable navigation in diffs

Open paour opened this issue 9 years ago • 2 comments

The fact you aren't already doing this is probably due to a limitation of IntelliJ's plugin API and/or the diff view, but it would be great to be able to use the contextual navigation while looking at a commit's diff. Features like Find usages, Quick documentation or Parameter info.

paour avatar May 05 '15 08:05 paour

Stepping from comment to comment would probably also be helpful.

uwolfer avatar May 05 '15 16:05 uwolfer

Another way this could be accomplished (this is my current workflow, sadly outside of the plugin) is to checkout the commit under review, then reset to the parent commit.

This way, the reviewer has the same view as the original committer, and IntelliJ/Android Studio can perform all their usual inspections, offer contextual navigation, etc.

paour avatar Jul 02 '15 07:07 paour