This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 645
intellisense and code navigation gets very slow #2360
Labels
Comments
The |
yes ,i am using go mod. |
Do you get the result after updating |
Same issue here, when I use vscode-go with vgo projects it got unbearably slow to use intellisense (~10 seconds and mostly results in failure). godef takes ~2 seconds for me (is it normal?):
|
Closing this issue due to below reasons
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
macOS High Sierra
vscode 1.31.1
when i use code navigation ,it takes about half minute to get the target function,which is too slow for me. I have uninstalled all the extentions but it seems doesn't work.
The feature works well in small project but slow in big project.Hoeever ,it works well too in my colleagues's mac。
Here is my setting.json:
{
"go.gopath": "/Users/yunzhanghu196/Desktop/workspace",
"window.zoomLevel": 1,
"files.autoSave": "afterDelay",
"workbench.colorTheme": "One Dark Pro Vivid",
"go.inferGopath": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"go.formatTool": "gofmt",
"go.useCodeSnippetsOnFunctionSuggest": true,
"typescript.useCodeSnippetsOnMethodSuggest": true,
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true,
"go.autocompleteUnimportedPackages": true,
}
I would be grateful if any one can help
The text was updated successfully, but these errors were encountered: