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

fix(51225): Go-to-definition on case or default should jump to the containing switch statement if available. #51236

Merged
merged 12 commits into from
Jan 11, 2024

Commits on Nov 2, 2022

  1. fix(51225): Go-to-definition on case or default should jump to the co…

    …ntaining switch statement if available.
    sviat9440 authored and Святослав Зайцев committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7721e83 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Merge branch 'main' into fix/51225

    # Conflicts:
    #	src/services/goToDefinition.ts
    sviat9440 authored and Святослав Зайцев committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1c1599f View commit details
    Browse the repository at this point in the history
  2. fix(51225): Fix context span

    sviat9440 authored and Святослав Зайцев committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1995f33 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    f09b5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d4b40 View commit details
    Browse the repository at this point in the history
  3. dprint fmt

    sandersn committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d692bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a97f704 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    77c28cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11f00e View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    279ce44 View commit details
    Browse the repository at this point in the history
  2. move createDefinitionInfoFromStatement closer to others

    rename back to switch -- there's no point in unused abstraction.
    sandersn committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dd9d9f1 View commit details
    Browse the repository at this point in the history