Loading request...
User describes a workaround where they undo a commit to see changes inline in their editor for faster review, implying a need for a built-in feature to achieve this directly.
I usually do a very strange thing - check out the Code Review branch and undo the commit. This way all of the changes are visible inline in the file. I find looking at changes inline much faster than browsing through diffs. This way it is possible to review the code in the editor rather than browsing the diffs.