You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inspecting a Scala (or Java) collection in the debugger, it would be very useful to see its elements as if it was an array (or rather a lazy array).
When inspecting a Scala (or Java) collection in the debugger, it would be very useful to see its elements as if it was an array (or rather a lazy array).
The end result should look like this:
We can find some inspiration of how to do it in IntelliJ Scala debugger.
Corresponding feature request in Metals is: scalameta/metals-feature-requests#307
The text was updated successfully, but these errors were encountered: