Elixir plugin not compatible with current version of IntellijIDEA

I am really just trying to avoid spending any more time googling this. Has anyone found something that works?

I recently updated to the latest version of IntellijIDEA (the ultimate version), and the Elixir plugin no longer works. I have found a few rabbit holes here and there, but nothing to speak of.

Has anyone found a fix to this?

Thanks!

Have you found anything by now? I just encountered the same issue and really dont wanna switch to VSC if Possible.

It is maintained by a single person who doesn’t always have enough time. She is updating plugin for the IntelliJ releases, but not exactly ASAP (or at least that’s how it was happening last year or so).

I personally rarely need exactly latest features of IDEA and via IntelliJ toolbox usually keep a couple of versions installed simultaneously: one latest that Elixir plugin supports and another one - the very latest JetBrains released for my non-Elixir work.

There is an option to build the plugin and installing from local files.

https://github.com/KronicDeth/intellij-elixir/pull/3569

Thanks! I think i am gonna build locally. It sounds like it’s just an issue of version numbers..

Just a quick addendum. Someone built this and posted it here:

https://github.com/KronicDeth/intellij-elixir/files/14911043/intellij-elixir-17.0.0-pre%2B20240408035552.zip

Thanks!