Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 546 Bytes

refactoring.md

File metadata and controls

15 lines (9 loc) · 546 Bytes

⬅️ Go Back

✏️ Contribute

Refactoring

Faster Xcode Rename Refactoring

If you use the rename refactoring in Xcode a lot, you can save some time by skipping the code folding animation:

defaults write com.apple.dt.Xcode CodeFoldingAnimationSpeed -int 0

Source: Daniel Martín (via Michael Tsai)