dgileadi / vscode-java-decompiler

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

Go to definition not working in the decompiled class #8

Open testforstephen opened 4 years ago

testforstephen commented 4 years ago

When open a Java file in VS Code, and click some API from a library class, the decompiler is able to decompile the .class file. This is good feature.

But in the opened .class file, click the method invocation in the decompiled code, nothing happens. If supporting "Go to definition" in the decompiled code, that will help a lot.

dgileadi commented 4 years ago

Agreed. Unfortunately this feature depends on RedHat's Java support; it isn't something that this extension can do by itself.