intoolswetrust / jd-cli

Command line Java Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Realign line numbers

ztNFny opened this issue · comments

commented

While "--displayLineNumbers true" adds line numbers as comments to the decompiled files this doesn't allow using them for debugging, the lines have to be reformated first.

I'd like the request a "--realignLineNumbers" option that automatically inserts empty lines to make the decompiled line numbers match the originals, equal to JG-GUIs feature: https://github.com/search?q=repo%3Ajava-decompiler%2Fjd-gui%20realign&type=code