Amazing tip from Jesse Squires!
…you can filter the files in the sidebar to show only ones that have been modified! It’s a very subtle button in the bottom right corner with a +/- icon. Click that and Xcode will hide all the files you haven’t touched.
Xcode filter modified files
How to generate header for swift files in Xcode
I have to look this tweet up every time so I decided to capture it in a blog post.
It’s ^⌘↑ and ^⌘↓ to toggle a swift file’s header view, in case 100 people haven’t already mentioned this.
Link to tweet from Ben Packard
Collapse all Xcode navigator items
Say you have a bunch of open groups or you’ve performed a search and you want to see all the file names but not the places where the search query is found.
You can select all with ⌘ + a then hit the left arrow to close everything or the right arrow to open everything.
How to type macOS keyboard modifier characters
Link to stack overflow answer
Use the emoji picker using the function key (🌐) and search for these strings then add to favorites to make them easier to find in the future.
place of interest → ⌘ [Command] option → ⌥ [Option] arrowhead → ⌃ [Control] upwards white arrow → ⇧ [Shift] upwards white …