Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to collapse all issues in the Xcode issue navigator

Tags:

xcode

macos

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?

like image 736
Alexander Theißen Avatar asked Dec 10 '13 20:12

Alexander Theißen


2 Answers

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

like image 110
DrummerB Avatar answered Nov 04 '22 20:11

DrummerB


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

like image 26
DeyaEldeen Avatar answered Nov 04 '22 20:11

DeyaEldeen