RSSAmplifier

Blog

Xcode Tips

Collections of tips for Xcode.

xcode.tipsRSS feed ↗10 posts

Latest posts

Color Contrast Calculator

The Accessibility Inspector comes with a color contrast calculator. Use the shortcut Option Command C to open it.

Bookmark Search

Bookmark a project wide search using the shortcut Command Control Shift ‘. The search bookmark is shown with your other bookmarks in the bookmark navigator.

Select Next Occurrence

Select some text and use the shortcut Command Option E to select the next occurrence of what you selected. Then you can start typing to change all selected occurences at once.

Mark Bookmark As Complete

Click left to a bookmark in the bookmark navigator to mark it as complete.

Quickly Open Bookmark

The description of a bookmark appears in Open Quickly.

Bookmark Description

Click the bookmark icon of a bookmark to add a description for that bookmark. The description is shown in the bookmark navigator.

Line Bookmark

Navigate to a line and use the shortcut Control Command ‘ to add a bookmark to that line.

Find Ancestor Types

Click in the Find menu item on ‘Find Ancestor Types’ to find the ancestor types of the type unter the cursor.

Format to Multiple Lines

Use the shortcut Control M to format the line where the cursor is to multiple lines.

Quick Actions

Use the shortcut Command Shift A to open the quick actions window with many useful quick actions for your code.