Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.class files #304

Closed
az-kennedy opened this issue Sep 21, 2017 · 3 comments
Closed

.class files #304

az-kennedy opened this issue Sep 21, 2017 · 3 comments

Comments

@az-kennedy
Copy link

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.

Environment
  • Operating System: Windows 10
  • JDK version: jdk 1.8.0_144
  • Visual Studio Code version: 1.16.1
  • Java extension version: 0.10.0
Steps To Reproduce
  1. Download a .class file.
  2. Try to open it in VS Code.
@fbricon
Copy link
Collaborator

fbricon commented Sep 21, 2017

No, this extension doesn't help to decompile class files

@luebken
Copy link

luebken commented Jan 9, 2018

Why not?

@fbricon
Copy link
Collaborator

fbricon commented Jan 9, 2018

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 dgileadi/vscode-java-decompiler#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants