javavscode
javavscode copied to clipboard
java decompiler doesn't decompile
As compared to the redhat extension, the java class file decompiler returns unhelpful results, e.g.:
I think the underlying issue, is the the "class file" is automatically mapped to a ".java" file in the Java Projects pane. the prevents another extension being installed for .class files that would decompile things differently/better.
I suggest not mapping the class file to a temporary decompiled java file directly. Decouple this in the extension to reduce the scope of the extension.