This extension is being deprecated because it doesn't follow Chrome extension best practices.
Extension Information
5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%
Supported Languages
Description
Bring some goodness to Bitbucket Cloud PRs!
This extension adds some polish to Bitbucket Cloud PRs, to help make your PR life easier.
[ OVERVIEW ]
* Convert file list to tree view * Apply color styling to file diffs * Remove ins/del -/+ gutter characters * Expand / Collapse files (OPTION-CLICK to toggle all) * Collapse DELETED files by default * Collapse lock files by default (package-json.js, yarn.lock) * Make file headers sticky to help with long files * Mark files as done via checkbox to keep track of reviewed/unreviewed files (OPTION-CLICK to mark all) * Hide/Show comments to help view changes and reduce review noise * Hide/Show deletions to help view only additive changes
[ KEYBOARD SHORTCUTS ]
* COMMAND + "/" (for windows use WINDOWS KEY + "/") to jump to top of file tree. * COMMAND + ENTER ( for windows use WINDOWS KEY + ENTER) to jump to next unreviewed file. * OPTION-Click file headers to toggle expand/collapse all * OPTION-Click file header checkboxes to toggle review/un-reviewed all
v1.3.0: * performance improvements (switch from polling DOM to MutationObservers) * enhance review workflow - OPTION+Click checkboxes for all * auto-collapse large lock files * auto jump to tree after checking file as reviewed
v1.2.0: * add support for merge conflicts
v1.1.1: * replace -|+ gutters with space rather than empty string, was causing indentation problems * add two new options to bottom of tree: * Hide Comments ~ hide all comments temporarily so you can just focus on changes * Hide Deletions ~ hide all deleted files and deletion areas in diff, useful for just focussing on whats added * Updated key mappings: * Option + Click file header to toggle all (was SHIFT previously but caused text selection weirdness) * Command + "/" (forward slash) to jump to top of tree (was Command + HOME previously but better for laptop keyboards this way)