An open API service indexing awesome lists of open source software.

https://github.com/bjansen/ceylon-intellij-plugin-sample

Sample IntelliJ plugin written in Ceylon
https://github.com/bjansen/ceylon-intellij-plugin-sample

Last synced: 4 months ago
JSON representation

Sample IntelliJ plugin written in Ceylon

Awesome Lists containing this project

README

          

# ceylon-intellij-plugin-sample
Sample IntelliJ plugin written in Ceylon, based on the CeylonRuntime plugin.

Notable files:

* `resources/META-INF/plugin.xml` where we set up a Ceylon environment using `CeylonPluginInitializer`
* `source/com/redhat/ceylon/intellij/runtime/sample/MySampleAction.ceylon` which is a sample action written in Ceylon