Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Elixir-21.0.0.zip | 2025-05-17 | 5.7 MB | |
README.md | 2025-05-01 | 1.4 kB | |
v21.0.0 source code.tar.gz | 2025-05-01 | 19.8 MB | |
v21.0.0 source code.zip | 2025-05-01 | 23.1 MB | |
Totals: 4 Items | 48.6 MB | 4 |
v21.0.0
Supports both 2024.x and 2025.x. IntelliJ Platform version 2025.1 (build 251), the required Kotlin version is 2.0.0 or higher, so this plugin will need a bit of work to support that.
Enhancements
- #3651 - @joshuataylor
- Support Jetbrains 2025.1 and relax until-build.
[!WARNING] As JetBrains has made changes to how plugins should operate on the main thread, a lot of functionalities may sometimes seem not to work, such as adding an SDK. This error is usually
Slow operations are prohibited on EDT
. This is being addressed by moving slow code from the Event Dispatch Thread (EDT) to background threads. Threading Model.
Installation steps
Download the Elixir-20.0.1.zip
file from below, under Assets
.
[!TIP] Please refer to the Install plugin from disk JetBrains documentation for how to install plugins manually.
- Ensure your IDE is 2024.3 or above.
- Open
Settings
->Plugins
. - Click the cog icon and select
Install Plugin from Disk
. - Select where the plugin
.zip
was downloaded and install it. - Ensure the plugin is version 20.0.1.
- Click
OK
to close the plugin window and reload the IDE.