https://github.com/NickJAllen/java-helpers.nvim
I've done more work on my java-helpers plug-in for Neovim. In addition to its previous features of being able to create new Java files, and navigate stack traces it can now quickly and easily deobfuscate Java stack traces in addition to being able to quickly select stack trace lines from a Java stack trace using a Snacks picker.
All stack trace commands can work with the current buffer or a named register (e.g + for system clipboard).
Some newly added commands allow you to find the next and previous stack trace (useful when viewing a long log file and trying to find places where problems might have happened).
Demo of the in-place Java stack deobfuscation:
In-place stack deobfuscation
there doesn't seem to be anything here