Y
Hacker News
new
|
ask
|
show
|
jobs
by
tajddin
3400 days ago
It would also be an absolute joy if we could actually refactor with Xcode.
3 comments
valuearb
3400 days ago
This is one of the only criticisms of Xcode I'd agree with. And it's a minor issue for me.
link
AsyncAwait
3400 days ago
It would, but in the meantime, I find AppCode to be pretty great for that[1].
1 -
https://www.jetbrains.com/objc
link
Larrikin
3400 days ago
I immediately downloaded appcode when I found I couldn't rename variables in swift
link
scribu
3400 days ago
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.
link
mayoff
3400 days ago
Sadly, that only renames within the current file.
link