scalameta / metals-feature-requests

Issue tracker for Metals feature requests
37 stars 4 forks source link

display macro expansions #380

Open mberndt123 opened 5 months ago

mberndt123 commented 5 months ago

Is your feature request related to a problem? Please describe.

I'd like an easy way to see the code that a call to a macro expands to.

Describe the solution you'd like

I'd like to hover the mouse over a macro invocation and see some sort of popup that shows what it expands to. It should be reasonably close to regular Scala syntax.

Describe alternatives you've considered

Can't think of any

Additional context

No response

Search terms

macro