Skip to content

Moonshine-IDE/moonshine-openfl-language-client

Repository files navigation

Language client for OpenFL

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.

Minimum Requirements

  • Haxe 4.0
  • OpenFL 8.9.7

Installation

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

Project Configuration

After installing the library above, add it to your OpenFL project.xml file:

<haxelib name="moonshine-openfl-language-client" />

Documentation

Releases

No releases published

Packages

No packages published

Languages