Hacker News new | ask | show | jobs
by Larrikin 3400 days ago
I immediately downloaded appcode when I found I couldn't rename variables in swift
1 comments

But you can rename variables in Swift 3 + XCode 8: move cursor to a symbol and press Command + Control + E.

Sadly, that's the only refactoring support available right now.

Sadly, that only renames within the current file.