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

Always interpret the full workspace symbol query as a package name. #2174

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Jul 27, 2022

  1. Always interpret the full workspace symbol query as a package name.

    - For a query of 'foo.bar.baz', in addition to searching for all types
      matching 'baz', whose package matches 'foo.bar', we should also search
      for all types whose package matches 'foo.bar.baz'
    - Refactor custom TypeNameMatchRequestor & MethodNameMatchRequestor
    - Add testcase
    
    Signed-off-by: Roland Grunberg <[email protected]>
    rgrunber committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    4a6a4c2 View commit details
    Browse the repository at this point in the history