Commit graph

5 commits

Author SHA1 Message Date
Mathias Fussenegger
f8fb45e05e Add support for decompiling .class files
Requires https://github.com/eclipse/eclipse.jdt.ls/pull/2515
2023-03-23 08:51:57 +01:00
Mathias Fussenegger
ffb08466d5 Add :JdtWipeDataAndRestart and :JdtShowLogs commands to simplify troubleshooting 2022-04-14 16:47:49 +02:00
Mathias Fussenegger
a6c49828db Remove viml indirection to open jdt uri's
Can call the lua function directly
2021-03-27 18:49:44 +01:00
Mathias Fussenegger
d364dba357 Replace custom location callback with a BufReadCmd hook
This makes nvim-jdtls easier to setup and also allows nvim-dap to step
into JDK code or dependencies whose source code is not available.
2020-04-20 22:01:26 +02:00
Mathias Fussenegger
e92e70023d Add logic 2020-04-14 18:43:54 +02:00