DEV Community

Cover image for Quick way to collapse/expand all files at once on a pull request on GitHub
Dzhavat Ushev for This is Learning

Posted on • Originally published at dzhavat.github.io

Quick way to collapse/expand all files at once on a pull request on GitHub

When I review pull requests on GitHub I usually start by collapsing all files and then expand them one at a time in order to focus on a single thing.

This can be slightly annoying because GitHub by default shows all files in an expanded state and one needs to go through every single file header and click on the chevron icon to collapse all of them. Depending on the PR size this might take some time.

Luckily, there’s a quicker way. I recently found this neat shortcut/trick that can collapse/expand all files at once. It’s Alt + click on any chevron icon in the file’s header. Here’s a video:

Now you know it too. Happy PR reviewing 🎉


Photo by Kelly Neil on Unsplash

Top comments (0)