This is still experimental, but please speak up if you're interested in helping get this project off the ground.
This plugin adds support for the Ceylon programming language to NetBeans.
- recognize Ceylon files and highlight them
- show parse and type chek errors
- a few quick fixes (mainly to add/remove annotations)
- code completion
- organize imports
- format code (using ceylon.formatter)
- Clone the Ceylon distribution
- From the
ceylon
directory, runant setup-sdk setup-ide
to pull all the required dependencies - Build the Ceylon distribution, SDK etc. by running
ant clean-all dist sdk intellij
- Clone this project
- Build the NetBeans plugin using
ant clean create-update-center
- Open the project in Eclipse1 to make changes to Ceylon files in
source
- Open the project in NetBeans to make changes to Java files in
src
and run the NetBeans module
1 This is needed because most of the plugin is written in Ceylon, and the plugin cannot build Ceylon code yet.