This is a language server implementing Language Server Protocol for the Haxe language.
The goal of this project is to encapsulate haxe's completion API with all its quirks behind a solid and easy-to-use protocol that can be used by any editor/IDE.
Used by the Visual Studio Code Haxe Extension. It has also successfully been used in Neovim and Sublime Text, but no official extensions exist at this time.
Note that any issues should be reported to vshaxe directly (this is also the reason why the issue tracker is disabled). Pull requests are welcome however!
IMPORTANT: This requires Haxe 3.4.0 or newer due to usage of -D display-stdin
,
--wait stdio
and tons of other fixes and additions related to IDE support.