Pull Request | Code Review | IntelliJ - mosinn/DOCS-n-Snippets-n-Steps GitHub Wiki

IntelliJ Idea - View Pull Request, inspect files modified, and comment

  • Take the BRANCH UNDER REVIEW on local (This helps for Code Inspect)
  • Open Git > GitHub > View Pull Requests (This helps to select the 'changed' files one by one, and run Code > Inspect Code for each + Then helps add review comments, Also, helps code navigation to find a bigger picture in IDE)
  1. Open Git > GitHub > View Pull Requests

image

  1. Code inspect FILE by FILE

image

image

  1. Open C+D diff and add comment, as per code inspect result viewed line by line previously

image