Closed
Description
Compiler version
All versions of scala 3
Minimized code
Welcome to Scala 3.3.0-RC4 (19.0.2, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> randomstuff.CurlParser.parse<TAB>
Output
nothing is shown because the method name is fully expanded. Under scala 2 you get the actual arguments to the method
Expectation
It should work like in scala2, without this, the scala 3 repl is pretty useless, as you either must know before hand every api, or wont be able to navigate it.