Press CtrlK to review and discuss code changes even faster.
The following commands are available when reviewing code in Codelantis:
| Command | Description | Shortcut | 
|---|---|---|
| Add current file to the revert list | Adds the currently opened file to the "revert" list, which can be used to push a revert commit that undoes the selected changes. | |
| Approve review | Approves the merge request (pull request) | |
| Copy source branch name | Copies the name of the source branch to the clipboard | |
| Copy target branch name | Copies the name of the target branch to the clipboard | |
| Search query in diffs | Filters the shown files in the sidebar to files whose diff contains the given query. | |
| Show all comments | Opens the dialog that shows all discussions for the current review | CtrlShiftD | 
| Switch to 'side-by-side' diff mode | Switch the editors to use the "side-by-side" diff mode (as opposed to the "unified" diff mode) | CtrlAltZ | 
| Switch to 'unified' diff mode | Switch the editors to use the "unified" diff mode (as opposed to the "side-by-side" diff mode) |