-
Notifications
You must be signed in to change notification settings - Fork 456
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
Search classes by partial name #2443
Comments
You should be able to do *Info or UInfo |
You can try to add the following JDT property:
See https://github.com/redhat-developer/vscode-java/wiki/Formatter-settings |
Thanks for the suggestion, but it also didn't worked. |
@raulvaldoleiros could you attach your log - Enable Logging |
@snjeza thanks for the help, the files you requested: |
I think this might be a bug. For
|
I opened microsoft/vscode#149144 upstream |
@fbricon That issue is closed as a duplicate. Not sure what has become of the current status for this issue right now. |
For two years, I thought I didn't have this function. When I promoted vscode-Java, it was also a suspected object, which was mistaken for not powerful enough. To sum up, this bug is a big obstacle. |
In eclipse-jdtls/eclipse.jdt.ls#2084 , I've implemented wildcard, and qualfied searching. The problem is VS Code won't display any of the returned results :\ Even something like I can merge it so that it's at least supported for any other clients but VS Code needs to relax the constraints on what's returned. |
Anything that can be done here? 😢 |
@rgrunber @jdneo Could you help me to reach someone in vscode team to review this change microsoft/vscode#159377. This change actually adds support for * in the search query. It passes the raw query into LS and then compare the results by trying to fix the score if the other side doesn't have a *. |
@rgrunber any update on this? :( |
Searching for partial class names works well as long as you don't use
The language server responded with ~100 entries, but VS Code's workspace symbol search showed nothing. |
ok, thanks for sharing It feels we will never have it solved :( |
The goal is to search a class by partial name through find symbol.
Steps To Reproduce
Current Result
Doesn't return the UserInfo class
Expected Result
UserInfo class available for selection
The text was updated successfully, but these errors were encountered: