Is your feature request related to a problem? Please describe.
I’m always frustrated when I call a method that takes implicit parameters and I don’t know which argument values have been inferred by the compiler.
Describe the solution you'd like
It would be nice to have an action making the implicit arguments visible for a given selection, or globally visible.
Ideally, this action should be implemented (and specified) as a BSP endpoint, so that it could be reused by other IDEs (e.g., IntelliJ).
Describe alternatives you've considered
IntelliJ provides a “Show implicit arguments” action that, given a text selection, shows the inferred implicit arguments (note that all the arguments and their own arguments are shown as a tree):

They also have a “Show implicit hints” action that reveals all the implicit arguments and implicit conversions:

Search terms:
implicits
@julienrf this is essentially a more specific version of https://github.com/scalameta/metals-feature-requests/issues/21, which already contains some POC about this specific feature.
I'm 👍 in keeping both issues since this one is more focused, but I just wanted to point you to the existing discussion
I will take a stab at it, there is some much already implemented - I should be able to assemble it all together quickly I think.
Most helpful comment
I will take a stab at it, there is some much already implemented - I should be able to assemble it all together quickly I think.