dgileadi / vscode-java-decompiler

Decompiler extension for Java in Visual Studio Code
Eclipse Public License 2.0
51 stars 20 forks source link

Support QuiltFlower #16

Open JieningYu opened 1 year ago

JieningYu commented 1 year ago

QuiltFlower is a fork of Fernflower which brings a lot more features and optimizations.

douira commented 8 months ago

quiltflower has since been renamed to https://github.com/Vineflower/vineflower and I'm also interested in seeing support for it. I imagine adding such support would be fairly trivial since the interface is similar if not identical to that of fernflower.

dgileadi commented 8 months ago

You'd think it'd be trivial, and the actual integration would likely be. But every time I update this plugin I have to spend many hours getting it to work with recent versions of Eclipse PDE and its Maven integration. It's traumatizing and discourages me from working on this. Forks and pull requests are most welcome, though!

douira commented 8 months ago

Thanks for the insight. Unfortunately the current decompiler works "good enough" for most purposes for this to become a high priority task, but maybe I or one of the decompiler contributors will find motivation some time to add support.