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
Thanks for reporting! I agree this could be useful, it should be doable via completions when defining apply, but we would need to make sure it's not interfering with any other completions.
Let's also remember that apply is often used with type classes to summon an implicit instance. Maybe we could suggest that instead, if the type in question is a type-parameterized trait or abstract class?
Not sure if this is a good fit for metals but would it be possible to have a template to autocomplete the apply method:
In Intellij there is:
which gives
The text was updated successfully, but these errors were encountered: