Skip to content

Conversation

Florian3k
Copy link
Contributor

@Florian3k Florian3k commented Mar 11, 2024

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

@Florian3k Florian3k merged commit b0ba045 into scala:main Mar 17, 2024
@Kordyjan Kordyjan added this to the 3.4.2 milestone Mar 28, 2024
WojciechMazur added a commit that referenced this pull request Jul 3, 2024
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 added a commit that referenced this pull request Jul 3, 2024
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 added a commit that referenced this pull request Jul 4, 2024
Backports #19917 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REPL auto completion no longer shows method/function paremeters
3 participants