-
-
Notifications
You must be signed in to change notification settings - Fork 899
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
is there a lsp-find-workspace-symbol waits me finish the query string before request language server? #2865
Comments
Currently |
To answer your original question there are |
sure thing, will try this weekend. |
@kiennq do know how can i check if my machine spec is only allowing one thread for emacs? this is a ubuntu VM i am running in aws. |
Sorry, I should use more correct wording here, you can run |
nproc == 16, i doubt there is any heavy processes going on, i turned this box into my gccemacs boot loader. my only other process is jdtls server which i give 4g out of 64G total. i don't do anything else on this box. |
Here is https://emacs-lsp.github.io/lsp-mode/page/performance/ guide. Marking the issue as resolved because the original question was answered. If you think that there is perf issue, please report another issue providing the information as described in the link above. (also test with helm-lsp which is optimized and based on my test it works even with huge testing). |
tested with this, the UX is better, b/c i can keep typing and it get stuck less often, I worry if this mean my jdt server is getting spamming? or is it truly cancelling those previous requests? i think i will keep use this commit for a while and report back if there is something wrong. |
The PR for this commit in |
hello, I am using lsp-mode with lsp-java, things works well in general. My biggest headache is
lsp-ivy-workspace-symbol
is super slow on my big java project, 2000 java files, and maybe millions of lib class :(Is there a command that allows me to finish typing as much as i remember then send to the language server backend for results?
The ivy approach seems to start searching after i type just two letters.
please close if this is not the best place to ask. I am sorry but my current working laptop blocks the discord site.
The text was updated successfully, but these errors were encountered: