-
Notifications
You must be signed in to change notification settings - Fork 797
suggest is too slow #281
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
Comments
@liuwangchen Please answer the followings so we can investigate. Thanks! What version of Go, VS Code & VS Code Go extension are you using?
Share the Go related settings you have added/editedRun Describe the bugA clear and concise description of what the bug. Steps to reproduce the behavior:
Screenshots or recordingsIf applicable, add screenshots or recordings to help explain your problem. |
The default index is very very slow. But there is an option allow you to switch to gopls for code navigation, suggestion... Note: gopls is disabled by default |
➜ ~ go version ➜ ~ code -v ➜ ~ go env |
I have tried many ways to increase the speed of gopls, but when the project is large, it becomes extremely slow. How does goland do it so fast? |
No, my configuration is already useLanguageServer |
@liuwangchen Thanks for sharing the settings. Can you provide a specific repro case? There are a couple of issues about improving In general, there are multiple factors that affect the performance of the program (e.g. scale, misconfiguration, source code layout, other extensions&tools, cpu/memory, ...). We are happy to look into the problem if there are a repro case and objective goals to identify and address the source of the specific problem you are experiencing. Re: the goland implementation details, we don't have access to its internals, so I think your question can be better answered in the goland discussion forum. |
why the suggest is too slow? did this plugin index symbol like goland?why goland suggest is too fast?
The text was updated successfully, but these errors were encountered: