-
Notifications
You must be signed in to change notification settings - Fork 571
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
Unresolved type for all standard Go types and functions #2918
Comments
Unfortunately this project is no longer maintained, I highly recommend you switch to GoLand |
This would mean I would need to have 2 IDEs. I thought Intellij IDEA Ultimate was the one stop IDE. |
Then you can use IntelliJ IDEA Ultimate 2017.3+, it has the Go functionality of GoLand. But you are using a very old version of IDEA as is and this project, as I've mentioned, is no longer maintained. |
According to the README https://github.com/go-lang-plugin-org/go-lang-idea-plugin#release-versions-schema the plugin version I am using is compatible with the IDEA version. So it seems unlikely that the problem is related to my IDE version, or the plugin version.
|
I am on Linux and this plugin works till Golang version 1.9.6. 1.10+ won't work and gives the unresolved type error on import. It could be the same with Windows but I am not sure. Eventually, I think the way to go is to use Goland. |
Hi, I upgrade the IDEA from 2017.2 to 2018.2 , and the problem is solved. |
Was on Go1.9 and upgraded to Go1.11 since MacOS 10.14 Mojave required it, now my combination of IntelliJ IDEA CE 2017.1 and Go plugin (the last known working combination) stop to work. |
Take a look at https://github.com/go-lang-plugin-org/go-lang-idea-plugin/blob/master/src/com/goide/project/GoVendoringUtil.java#L31 |
Plugin version (or commit hash):
0.12.1799
IDE name and version:
Intellij IDEA 2016.2.5
Java version:
8
OS name and version:
Windows 10 Pro
What happens?
Auto complete and error checking don't work correctly, all of the standard Go primitive types and functions are not recognised.
Have I made an error with the set up of this plugin?
The text was updated successfully, but these errors were encountered: