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

Move indent right one when the highlighted line is a scope start/end #77762

Merged
merged 9 commits into from Feb 6, 2020

Commits on Jul 22, 2019

  1. Move indent right one when the highlighted line is a scope start/end

    Previously, the indent was always to the left of the current line.
    While this logic was easier to implement, it is inconsistent with the
    behavior expected. This commit changes it to select the scope, rather
    than the line's indent. This is not a complete fix for microsoft#49342, as this
    does not add support to semantic detection, however, this will work in
    probably 90% of the cases, and is a relatively straightforward fix.
    LadyCailin committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    7823685 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    d283166 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    83c5d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4737831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8283819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fef9498 View commit details
    Browse the repository at this point in the history
  5. Have the tests green

    alexdima committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    cef5c5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bee07a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06c034b View commit details
    Browse the repository at this point in the history