dgileadi / dg.jdt.ls.decompiler

Eclipse Public License 2.0
8 stars 8 forks source link

Decompiler Extension Not Working as Expected #8

Open oubrikyoussef opened 1 month ago

oubrikyoussef commented 1 month ago

I have installed the decompiler extension, image

but navigate to the definition does not trigger any action. image image

Does this extension offer the same functionality as the decompiler in IntelliJ IDEA image

dgileadi commented 1 month ago

It does offer similar functionality as the decompiler in IntelliJ, yes.

The decompiler extension requires that the Language Support for Java by RedHat extension be installed and working correctly, see this page. Based on your screenshot it doesn't appear to be working correctly—when it works it shows "code lenses" above class and method declarations like the number of references to the class/method, etc. and those are missing from your screenshots. I suggest making sure the Java Language Support is working correctly before attempting to use this extension.