Remix.run Logo
mhitza 3 days ago

Does the LSP provide clear autocomplete on what properties can be accessed on the bound _ ?

Asking as someone that doesn't use Scala at all, but has seen the hit-and-miss of some FP language LSPs.

valenterry 3 days ago | parent | next [-]

Yes it does, otherwise the code would actually not compile.

lmm 3 days ago | parent | prev [-]

IntelliJ or the older Scala-IDE for Eclipse certainly does, so I'd be very disappointed if the LSP impl (which the Scala maintainers have been pushing as the official IDE replacement these days) didn't.