emacs-lsp / lsp-metals

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

Fontify javap buffers in lsp-metals--decode #79

Closed LaurenceWarne closed 2 years ago

LaurenceWarne commented 2 years ago

Hi, this PR activates java-mode in javap buffers generated by lsp-metals--decode:

javap-fontified

and makes lsp-metals-decode-file a command which when not passed a format-id, will prompt the user for one from a preset list. I've also defconsted all of the format ids so that they're not duplicated.

I hope this is helpful, thanks :slightly_smiling_face:

kurnevsky commented 2 years ago

Thanks.