Does this extension open .class files?
I am getting the following error when I try to open a .class file: "The file will not be displayed in the editor because it is either binary, very large or uses an unsupported text encoding."
The file opens perfectly in Intellij Community.
No, this extension doesn't help to decompile class files
Why not?
Because we're a very tiny team and we're trying to focus on the Java editing experience.
Decompiler support can be (actually is) provided by 3rd party extensions. See the vscode java decompiler extension and https://github.com/dgileadi/vscode-java-decompiler/issues/3
Most helpful comment
Because we're a very tiny team and we're trying to focus on the Java editing experience.
Decompiler support can be (actually is) provided by 3rd party extensions. See the vscode java decompiler extension and https://github.com/dgileadi/vscode-java-decompiler/issues/3