IntelliJ IDEA Tip: Open All Files in a Changelist
Just a quick tip for today: when using version control, there are times when I want to switch to a set of files that are open in another changelist (what IDEA calls a list of files that would be submitted/checked-in at the same time). However, instead of clicking on each file in the list, you can right-click on the changelist title and then click on Jump to Source:

IDEA will then open all of the files at once. If you don’t want all of the files opened, you can multi-select the ones you want and then do the right-click -> Jump to Source (or just hit F4, the default shortcut key).

