An implementation of the language server protocol, originally created for Moonshine IDE. Specifically, implements the client side of the client/server relationship, where a client is an editor or IDE that wishes to provide code intelligence features.
This language client is written in Haxe and targets the OpenFL library.
- Haxe 4.0
- OpenFL 8.9.7
This library is not yet available on Haxelib. To install, run the following command in a terminal:
haxelib git moonshine-openfl-language-client https://github.com/Moonshine-IDE/moonshine-openfl-language-client.git
After installing the library above, add it to your OpenFL project.xml file:
<haxelib name="moonshine-openfl-language-client" />