Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Elixir-19.0.0.zip | 2024-08-14 | 5.7 MB | |
README.md | 2024-08-14 | 2.1 kB | |
v19.0.0 source code.tar.gz | 2024-08-14 | 19.8 MB | |
v19.0.0 source code.zip | 2024-08-14 | 23.1 MB | |
Totals: 4 Items | 48.5 MB | 0 |
v19.0.0
Massive thank you to the community for your patience and kindness.
Please see Roadmap for the Project, and new Maintainer for the Plugin [#3598] for more information about the roadmap -- we've got lots coming up!
[!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.[!IMPORTANT] Until the plugin has been submitted and approved, you will need to download the plugin manually from the assets below and install it.
Installation steps
Download the Elixir-19.0.0.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.2 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 19.0.0.
- Click
OK
to close the plugin window and reload the IDE.
Breaking changes
- #3619 - @joshuataylor
- Drop support for < 2024.2 IDEs
Enhancements
- #3619 - @joshuataylor
- Support IntelliJ Gradle Plugin 2.0