Go语言项目的intellij未解析符号

I am using go sdk 1.2.1 linux/386 in intellij 14.0.3. However, when I open a golang project many function and variable are unresolved. I do not what is wrong with intellij. Anything that I can do to make the unresolved symbol solved. I have met the problems before. but I do not know to to solve it. Anyone have met the same problem before? Please help. Thanks.

As I have no information about which plugin version you are using I'm going to assume that you have 0.9.15.3 release.

The fastest way to fix it would be to use one of the early releases for 1.0.0, available here: github releases page for go plugin for intellij idea

The plugin is currently under a major refactoring and we've started releasing preview builds for it. While the alpha name might be scary, I'm using it daily at work and it's very stable but not everything is up on par with the quality we want it to have.

If you have any further questions, either ask here or browse in the issue tracker

Also, there's a small community on Gitter and you may get answers from there as well.