-
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
Plugin Not Working on IntelliJ IDEA 2017.2 #2898
Comments
Duplicate of #2897, please see #2897 (comment) I won't close this so hopefully others can find it easier |
Thanks |
I found the workaround.
to:
The plugin seems to be working after this. I'm not sure what you need to change in this repo to do that. |
So, Can we create a pull request for that? |
Hey, Just for information: With Intellij IDEA 2017.2.3, Community Edition (172.3968.16), I was able to make it work with the workaround proposed by @Disastorm. Just to avoid confusion. My understanding is that there is 2 different golang plugin:
I did it on Go-0.171.1931.zip found from community edition plugin, and it works. @Disastorm confused me with intellij-go Hope this could help some. @dlsniper How can we help to make support the community edition? if the update is not too complex, I can do it. Thanks |
I also only have Community edition but my filename is indeed called intellij-go-0.171.1931.jar the vendor url is
so it does appear to be this plugin. I had originally installed it awhile back via the plugin installer in the ui of the client (not the download from the webpage), maybe it has a different name when you do it that way. The jar I was referring to was inside the config directory of Ideas, you can get there by going to [About -> View logs in Explorer] or something like that. |
I wish someone would provide the plugin modified .zip file, I guess I need to learn how to repack a .jar file (extracted it with 7zip successfully on windows) |
Someone could just send a PR with that but nobody did so... Use Gogland https://www.jetbrains.com/go/ It's miles better than this plugin given this hasn't been updated in a year. See: https://blog.jetbrains.com/go/2017/10/26/gogland-eap-17-type-hierarchy-call-hierarchy-parameter-hints-vendor-scope-and-more/ |
Please, update the plugin. Doesn't work on:
|
@OnkelTem nobody submitted any PR to update this. Either use GoLand or IntelliJ Ultimate with the Go plugin from JetBrains. As it is, the plugin is 1 year behind the development of GoLand and you can see here: https://blog.jetbrains.com/go/ what you are missing from it (aside for a lot of bugfixes). |
@dlsniper I see. Thanks man. |
You can use GoLand which is a superset of WebStorm + Go, or IntelliJ Ultimate. There's no need to use two IDEs for the job. You also can't use PHP or Ruby in WebStorm for example. |
As far as I can see, there is a
Can you please let me know which plugins aren't available? I'll be happy to chase the plugin owners to update their support to include GoLand if possible. This plugin is still open-source but nobody else sent any other PRs. Aside from a very few contributors (you can count them on the fingers of one hand), there never were contributors to this plugin. And I personally can't keep up with JetBrains in terms of features and frankly I don't want to since their plugin is so much better these days. If anyone wants to contribute to it, please send PRs.
Please write to their sales department if you are paying customer. I do not work for JetBrains and I can't help you with this unfortunately. |
From what I can see the version compatibility issue |
Hi
IntelliJ IDEA 2017.3.2 (Ultimate Edition) |
@ahmetturkmen you are using the Ultimate edition, Go is available for that platform from JetBrains. Go to Browse repositories and search for Go. If you have any further issues with this, please open the issue on the official JetBrains tracker, https://youtrack.jetbrains.com/issues/Go , not here. Thank you. |
@dlsniper Thank you. |
I've added all instructions given by @suztomo to a bash file. Run it as soon as phpstorm or another editor version was changed. https://gist.github.com/andreyvolosyuk/fe87c3bfe2e1d8d5fb30719072c91e1f |
Plugin version (or commit hash): I cannot see the plugin in the plugin list to know the version
IDE name and version: IntelliJ IDEA 2017.2 Build #IC-172.3317.76, built on July 15, 2017
Java version: JRE: 1.8.0_152-release-915-b5 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
OS name and version: Ubuntu 16.04 Linux 4.4.0-83-generic
What are you trying to do?
Upgrading to the latest IntelliJ IDEA 2017.2 community edition
What would you expect to happen?
The plugin should work (loaded) after the upgrade and is shown in the plugins list.
What happens?
The plugin does not work (loaded) after the upgrade and is not shown in the plugins list.
After upgrading to the latest IntelliJ IDEA 2017.2 community edition the plugin stopped working. I tried to uninstall it but now it does not show in the plugins list.
Please help.
The text was updated successfully, but these errors were encountered: