emacs-lsp / lsp-metals

lsp-mode :heart: metals
https://emacs-lsp.github.io/lsp-metals
GNU General Public License v3.0
58 stars 34 forks source link

WIP: add nir decoding request #101

Open coreyoconnor opened 10 months ago

coreyoconnor commented 10 months ago

Adds the method for nir decoding. Much like javap-verbose.

Depends on: https://github.com/scalameta/metals/pull/5588

Which is WIP.