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

Search all source trees for a given span #14436

Merged
merged 2 commits into from Feb 17, 2022
Merged

Commits on Feb 17, 2022

  1. Search all source trees for a given span

    When we create a synthetic companion object, for exmaple for enums, all the value definitions are put into it and the there are actually multiple trees that contain the position we are itnerested in.
    
    Now, NavigateAST.pathTo takes in multiple trees since the method is already able to find the best fit.
    tgodzik committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    66905e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33fcb9 View commit details
    Browse the repository at this point in the history