dgileadi / vscode-java-decompiler

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

Unable to run #6

Closed dferraro303 closed 5 years ago

dferraro303 commented 5 years ago

VSCode Version: 1.25.2 running on Windows 10 java version: 1.8.0_181 Installed Extension and restarted VSCode. Opened folder with .class file. In the EXPLORER I right-click on the red icon next to the my.class file but no Go to Definition appears in menu.

dgileadi commented 5 years ago

This is because opening class files directly isn't supported, see issue #3, particularly my last comment.

As a workaround, as long as the class is part of your project's classpath you should be able to open it by typing Ctrl + T, typing the class name and then selecting the class from the list of suggestions.