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

improvement: show args completions for all matching overloaded methods #5287

Merged

Commits on Jul 26, 2023

  1. improvement: show args completions for all matching overloaded methods

    1. added fallback for arg completions for overloaded methods in Scala 3 (previously no arg completion would be visible)
    2. in Scala 2, choose the matching ones from overloaded methods and collect matching arg completions from all of those
    kasiaMarek committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e516b09 View commit details
    Browse the repository at this point in the history
  2. ArgCompletions refactor

    kasiaMarek committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8ed55ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cefa4b View commit details
    Browse the repository at this point in the history
  4. review refactor

    kasiaMarek committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fb7e86f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    033517b View commit details
    Browse the repository at this point in the history