You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the same way that Xcode can re-order lines ("Move Line Up", "Move Line Down"), it would be a great refactoring / organization time-saver to be able to re-order methods with a single keystroke. Something like
In the same way that Xcode can re-order lines ("Move Line Up", "Move Line Down"), it would be a great refactoring / organization time-saver to be able to re-order methods with a single keystroke. Something like
For example:
Pressing Ctrl-Opt-Cmd-DownArrow in that situation would move
method1
belowmethod2
, preserving the empty line between the two methods.The text was updated successfully, but these errors were encountered: