view changes

Command + 9 code review 的时候,

  • 按 F7 在 difference 之间跳转,
  • 按 Shift+Command+[ 在 changed 文件之间跳转.

按 Command+O 可以打开所有 changed files:

view changes_第1张图片
Command+O

在 diff 列表上面, 还可以 ignore whitespaces:

view changes_第2张图片

还可以关闭/打开左右 view 的同步 (synchronizing scrolling):

在修改文件的时候, 用

  • Shift+Control+Option+上/下 可以到 prev/next change, 这时候
  • Command+d 可以 diff 修改. 用
  • Option+Command+Z 可以 rollback 这一个 change. 还可以
  • Command+C 复制原来的代码.

references:

  • Differences Viewer for Files - Help | IntelliJ IDEA
  • Viewing Changes Information - Help | IntelliJ IDEA

你可能感兴趣的:(view changes)