Search code examples
xcoderefactoringxcode9

Can you speed up Xcode's ‘folding’ animations in the code editor?


The title really says the entire question. I’m trying to find a way to speed up the “folding” animations when doing rename-refactoring.

While I don’t mind the animations themselves per se, I do tend to get frustrated that they take as long as they do, especially when doing multiple renames.

So... does anyone know of a preference or setting that would allow me to tweak/disable this feature?


Solution

  • hey you can use this command in terminal and restart Xcode.

    defaults write com.apple.dt.Xcode CodeFoldingAnimationSpeed -float 0.25