@unoexperto posted a diff for an earlier EAP release in this comment.
Also, ping JetBrains (Vote for the issue by clicking :+1: at the top right)
Will this repo be updated to support 2020.2? Or is there some kind of blocker?
@nicknezis I periodically rebuild bazel plugin from master branch for my team. If you want you can try my binary http://u.pc.cd/Lrg7 (no guarantees).
Thank you. It worked. Do you have a documented process that I can follow? It seems this plugin always lags behind, but I'm not sure why.
@nicknezis Nothing more than I described in https://github.com/bazelbuild/intellij/issues/1567#issuecomment-653918548. If you guys prefer I can fork official branch so you can build the binary yourself.
Thanks. I'm happy using your binary. It worked so thanks again. I was partly curious because if I'm building it anyway I might add some Python closures that aren't included in the official build. We use pex_binary which doesn't get picked up like py_binary. Thanks for the help and info!
I am using the binary, but it doesn't seem resolve external java lib dependencies.
@jitsni Unfortunately your problem is not specific to my binary. Bazel plugin is notorious for randomly failing which drives me (and my 100 engineers team) nuts. So I can suggest making sure that fetch_sources flag is set to True. And if it was then I can only suggest trying to re-sync the project from scratch multiple times. Sometimes it takes me entire day to "fix" it.
@chaoren could we get some attention here please?
@brendandouglas do y'all have a schedule for releases? No pressure, since I'm sure this is all volunteer work! I'm trying to decide whether to attempt an IntelliJ downgrade, or wait for a release of the Bazel plugin. Thanks!
@zellyn regarding downgrades, the Jetbrains Toolbox makes this very easy to do:

Also, I would suggest pinning your IDE version so that future updates don't break your Bazel usage.

@zellyn, we don't have a schedule for releases. We try to add support for new releases soon after they stabilize, but we're focused on other things (remote development support for internal users) at the moment, so it will be delayed, likely until late September / early October.
@kusold thanks for that tip - I'll give it a try.
@brendandouglas thank you for the update. Clear expectations are almost as good as a recent release :-)
@brendandouglas when you say "remove development support" you mean something like what VSCode offers (GUI on my machine but brains, sources, bazel invocations on a remote machine) or something like better integration with remote execution?
Asking out of interest since "full" remote dev for Bazel IntelliJ sounds like a dream :)
Not full remote development support, but support for bazel invocations on a remote machine. It's internal only and mac only though, and not a great experience.
Got you.
Thanks for the clarification.
Good luck!
On Thu, 27 Aug 2020 at 12:24 brendandouglas notifications@github.com
wrote:
>
>
Not full remote development support, but support for bazel invocations on
a remote machine. It's internal only and mac only though, and not a great
experience.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/bazelbuild/intellij/issues/1998#issuecomment-681832948,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAKQQFYJBECGPGCWRWMTBKDSCYQ4BANCNFSM4PK2LYVQ
.
My desire for 2020.2 support is tied to our team's desire to begin using the new remote pair-programming tooling:
https://www.jetbrains.com/help/idea/code-with-me.html
ijwb_bazel.zip
I have built a custom build myself. I removed scala support. It would not work properly, but I a, uploading this, in case there's somebody really want to use this.
@brendandouglas do we have any news here?
We're working on 2020.2 support currently. It's not the top priority, so may be a few more weeks before it's completed.
thanks in advance, waiting for it so much
@brendandouglas thank you, too! Would you accept any contributions in this area? I think I could try to work on it a bit
It seems that someone already did it: https://github.com/bazelbuild/intellij/issues/2185
Can you merge so it can work?
see: #2202
Sorry that this took a bit longer. The source code should now be compatible with IntelliJ 2020.2. So, you can try building from the tip of master if you don't want to wait for the official release.
For CLion 2020.2, we'll still need some adjustments. Thanks for the pull requests in that area.
We just pushed a new release of the IntelliJ plugin to the plugin repository. This release is compatible with 2020.2.
What plugin version is compatible with 2020.2? 2020.11.17.0.2 Dec 11, 2020 is the latest release that I'm finding, but the change notes (* Bug fixes and internal cleanup.) don't indicate if this is the 2020.2 compatible version or not.
What plugin version is compatible with 2020.2?
2020.11.17.0.2 Dec 11, 2020is the latest release that I'm finding, but the change notes (* Bug fixes and internal cleanup.) don't indicate if this is the 2020.2 compatible version or not.
You need 2020.12.01.0.1 for 2020.2. You can find an overview of plugin versions and their IDE compatibility here: https://plugins.jetbrains.com/plugin/8609-bazel/versions.
Closing since 2020.2 has been supported for a while now.
Most helpful comment
We're working on 2020.2 support currently. It's not the top priority, so may be a few more weeks before it's completed.