Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method Re-Ordering #5

Open
fortinmike opened this issue Apr 2, 2014 · 0 comments
Open

Method Re-Ordering #5

fortinmike opened this issue Apr 2, 2014 · 0 comments
Labels

Comments

@fortinmike
Copy link
Owner

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

  • Ctrl-Opt-Cmd-UpArrow
  • Ctrl-Opt-Cmd-DownArrow

For example:

- (void)method1
{
    [Caret Here]
    ...
}

- (void)method2
{
    ...
}

Pressing Ctrl-Opt-Cmd-DownArrow in that situation would move method1 below method2, preserving the empty line between the two methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant