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

Backport "Repl - method signatures in autocomplete" to LTS #20995

Merged
merged 2 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Repl - method signatures in autocomplete (#19917)

    Closes #17367 
    
    This PR brings method signatures to repl completions, as in Scala 2 repl
    (but with syntax highlighting).
    
    After typing `List(1).max<TAB>`:
    
    ![image](https://github.com/scala/scala3/assets/24961583/0846e7b1-ff44-4e95-aaff-398069821b2f)
    [Cherry-picked b0ba045][modified]
    WojciechMazur committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    19d673b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9960977 View commit details
    Browse the repository at this point in the history