Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Repl - method signatures in autocomplete #19917

Merged
merged 1 commit into from
Mar 17, 2024
Merged

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
19 checks passed
@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]
# for free to join this conversation on GitHub. Already have an account? # 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