mason.nvim icon indicating copy to clipboard operation
mason.nvim copied to clipboard

feat(jdtls): include a decompiler (quiltflower) with jdtls

Open jay-babu opened this issue 2 years ago • 2 comments
trafficstars

This can be a separate package, but the jar is very small 997k

jay-babu avatar Feb 01 '23 04:02 jay-babu

fernflower is what people commonly use. It is used to decompile library code. There aren't many references to it, but it is used widely. Essentially to look at the source code from a compiled jar or attempt to do so, since it's a decompiler.

jay-babu avatar Feb 02 '23 02:02 jay-babu

I see, thanks! To me it sounds like it doesn't have an apparent connection to jdtls, let's make it its own package imo!

williamboman avatar Feb 02 '23 11:02 williamboman