Error reporting for Haxe in IntelliJ Idea.

45 views
Skip to first unread message

Theodore Norvell

unread,
Jul 12, 2017, 7:50:23 PM7/12/17
to Haxe
I'm using the Haxe plugin for IntelliJ Idea 14 Community edition.  Is there a way to get IntelliJ to report errors in Haxe code beyond syntax errors?  For example type errors or access level errors.


Greybeard

unread,
Jul 13, 2017, 10:10:28 PM7/13/17
to Haxe
If you are using more recent versions of the plugin (say, 0.9.x and later), semantic analysis has been added to the plugin.  It doesn't do everything that you want (yet), but it does detect many types of errors, and, to answer your example, it does attempt to find type errors and access errors as well.  Determining type is hard, so that code is a bit buggy.  You can install the latest plugin directly from inside IDEA via the File->Settings->Plugins dialog.  You can find more instructions at the project page: http://intellij-haxe.org/wiki/installation

-Eric

Reply all
Reply to author
Forward
0 new messages