Is there a way to hide/unhide all comments in xcode source files?
This would be very helpful when working with code that has way too many comments added.
Is there a way to hide/unhide all comments in xcode source files?
This would be very helpful when working with code that has way too many comments added.
You can use fold/unfold to hide/show comments using ⌃⇧⌘↑ and ⌃⇧⌘↓. This is also accessible through View --> Code Folding --> Fold/Unfold Comment Blocks.