-
Notifications
You must be signed in to change notification settings - Fork 441
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
Find by symbol don't open maven reference classes #2475
Comments
I think it's because the first time when you try to open the class, the source jar is not downloaded yet. When you go to the definition via You can enable source downloading jobs during import process via the setting |
@jdneo Thanks for the reply. My impression is that setting works as workaround but not as a definitive solution, vscode should download the specific java source when I try to open based on find by symbol instead everthing. Can you consider this suggestion in your roadmap please? |
BTW, just one more question. When you say |
It means that nothing happens :) |
Maybe this was the real fix: eclipse-jdtls/eclipse.jdt.ls#2087 What do you think? |
That fix should be contained in the latest redhat.java extension. Are you still encountering this issue with the latest version? |
Sorry for the late reply. Maybe is possible to do something here please :P |
Try to find a class (find symbols) that is referenced by maven dependencies. The class is found by the symbol search
When I type enter to open the class It doesn't open.
If I go to a class that uses that class and do command+click it will open the class and from now on the search by symbol opens the class.
vscode isn't in the lightweight mode as you can see in the following picture.
Thanks
The text was updated successfully, but these errors were encountered: