Jinbo Wang
Jinbo Wang
You can use the top menus "**Go -> Go to Symbol in Workspace...**" (shortcut **Ctrl + T**) to search any class you want.
yes, it searches for all classes including source files and library classes.
Yes, it only searchs the classes by default, that's by design. We have a setting `java.symbols.includeSourceMethodDeclarations` to control whether to include methods from source files during symbol search. This is...
No plan yet. It's very slow to search methods from all libraries.
@jonahgraham sure, i can take a look.
> This definitely seems to work when you've got a `.project` file - that file gets updated live when you've got it > > Note that this live-updating of the...
Looks like Java extension is having performance while editing a larger file. Can anyone share the CPU profiling result of Java language server extension? Here are some steps to profile...
Thank you for sharing the snapshots. @iamfreeman In your profiling snapshot, I see lombok calls took much CPU time. Could you try to disable the setting `java.jdt.ls.lombokSupport.enabled` to turn off...
This behavior is controlled by VS Code, we need to open the issue at https://github.com/microsoft/vscode/issues. Java Debugger is just a Debug Adapter Protocol implementation and calculate the launching command line...
Would you mind sharing a minimum sample project to help reproduce the issue?