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

Unable to run #6

Closed
dferraro303 opened this issue Oct 25, 2018 · 1 comment
Closed

Unable to run #6

dferraro303 opened this issue Oct 25, 2018 · 1 comment

Comments

@dferraro303
Copy link

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
Copy link
Owner

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.

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

No branches or pull requests

2 participants