Goland issue with gcp library

import google.golang.org/api/compute/v1

compute.NewService(....)

IDE is having issue paring the generated library golang source code.


solution:
Go to help menu and open "edit custom properties"
increase or add the following "idea.max.intellisense.filesize"
problem should be gone after restarting IDE.
----------------------------
# custom GoLand properties

idea.max.intellisense.filesize=999999

Leave a Reply

Your email address will not be published.