codestream
codestream copied to clipboard
Enhancement Request: Provide Diff Hunk Display Options
It'd really be helpful to have the following added to the CodeStream Diff Hunks:
- Turn off White Space diffing
- Select between side-by-side and inline diff display
- Extend the number of context lines both above and below the diff hunk
@c4tachan - Just want to make sure I understand #2, as you can currently change between those two views within CodeStream. When on the Changes tab of the PR look for these three buttons. The first two, list and tree view, provide side-by-side diffs. The last provides inline diffs.

For #3, we currently rely on GitHub's diff hunk data so there wouldn't be an easy solution, but we could look into supplying the additional context on our own.