49

I am porting a huge C++ project to OS X. After my initial compile with Xcode I have multiple errors in many files I want to investigate.

Problem is that the issue navigator shows all files non collapsed after each compile:

So I have to collapse all of them by hand (there a a lot of files) after each compile to have an overview of a files which need fixing.

Is there a hotkey or a setting to collapse all files?

DrummerB
  • 39,814
  • 12
  • 105
  • 142
Alexander Theißen
  • 3,799
  • 4
  • 28
  • 35

3 Answers3

127

cmd ⌘-click one of the little disclosure triangles to collapse (or expand) all rows. enter image description here

mfaani
  • 33,269
  • 19
  • 164
  • 293
DrummerB
  • 39,814
  • 12
  • 105
  • 142
27

let me add some extra info, when tapping a main item

hold ⌘ to : close a type of warnings

hold shift & ⌘ to : close all types of warnings

DeyaEldeen
  • 10,847
  • 10
  • 42
  • 75
1

go to the most top level of issue and alt + <- keyboard arrow key that will close that issue and when you use alt + -> to open the issue again. all issue is collapse

jacobcan118
  • 7,797
  • 12
  • 50
  • 95