This package provides the following services:
Atom raxe-lang
This package provide some tools to use raxe-lang in atom editor.
The grammar is modified from language-ruby package from atom.
Feel free to modify it and add new features 😃
Autocomplete
This plugin provides a simple autocomplete feature (at least on local variables) If it doesn't work, modify the settings of the package (in preferences -> package -> raxe-lang)
Two settings :
- Haxe command : Command to execute haxe through your command line. (default
haxe
) - Raxe command : Command to execute raxe (default
haxelib run raxe
). If downloaded sources of raxe, you can also use it e.g :neko /home/user/raxe/run
If it works, you'll see a .raxecompletion
folder in your project's folder