You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: