This is a continuation of the work done by the fine folks at Edument1 to build and support
an IDE for Raku. The standalone mode is off the table for the moment, but running as a plugin
in IntelliJ IDEA
is fully supported.
It is now built with Gradle IntelliJ Platform Plugin 2.0
and requires IntelliJ IDEA version 2024.2
or later,
available for download here (scroll down for the free Community edition).
- Download
comma-2.0.zip
from the latest release - Open
Settings > Plugins
in IntelliJ IDEA and find the gear icon, then selectInstall plugin from disk
from the subsequent menu. - Restart the IDE
- Enjoy!
To build, simply:
- Clone this repo, open it in IntelliJ IDEA
- Select
build > build
2 (orintellij platform > runIde
to run in a sandbox) from the Gradle target options (look for the elephant on the left side of the IDEA window). - Enjoy! And please report any issues you have to the issue tracker here.
Footnotes
-
Read the discontinuation announcement. ↩
-
The plugin will be produced as
build/distributions/comma-${version}.zip
. ↩