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

Vim extract functions handles motions #823

Merged

Commits on Oct 13, 2019

  1. Refactor _selectionStart and _selectionEnd

    The goal is to be able to reuse the logic with any mark. So I extracted
    the logic inside to private function and refactor the two already
    existing.
    Camille Dejoye authored and camilledejoye committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    bb20bf2 View commit details
    Browse the repository at this point in the history
  2. Adds a function to extract a constant

    Camille Dejoye authored and camilledejoye committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    75ef308 View commit details
    Browse the repository at this point in the history
  3. Rework ExtractExpression() to handle motions

    Camille Dejoye authored and camilledejoye committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    98f95fe View commit details
    Browse the repository at this point in the history
  4. Rework ExtractMethod() to handle motions

    Camille Dejoye authored and camilledejoye committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    04f3ef1 View commit details
    Browse the repository at this point in the history