Pull requests are welcome! We only ask that you follow these steps:
- If adding a new tip, be sure it is specific to using Xcode, not a general coding tip.
- Conform to the existing pattern for listing a tip.
- Place it under the correct category.
- Give it a brief but descriptive heading.
- Provide a concise explanation.
- Keyboard shortcuts should be bold and use glyph symbols like โ and โง rather than symbol names like
cmdandshift, etc. See the table below and follow existing examples. - Try to be as brief as possible, avoiding overly verbose descriptions.
- Keyboard shortcuts should be bold and use glyph symbols like โ and โง rather than symbol names like
- Link to the original source:
- A blog post, a tweet, etc. to give credit to the person who shared it.
- If there isn't a post or a tweet, and it is just a tip you want to share, credit yourself! ๐
Quick reference for Apple symbol glyphs
| Symbol name | Glyph | HTML code |
|---|---|---|
| Command | โ | ⌘ |
| Option | โฅ | ⌥ |
| Control | โ | ⌃ |
| Shift | โง | ⇧ |
| Arrow up | โ | ↑ |
| Arrow down | โ | ↓ |
| Arrow left | โ | ← |
| Arrow right | โ | → |