Is anyone using Haxe to output to JavaScript for their front end web development?
Is there an Eclipse plugin that supports autocompletion?
Can you point me to any good tutorials?
Can't find any other than the getting started page on the Haxe site.
Is anyone using Haxe to output to JavaScript for their front end web development?
Is there an Eclipse plugin that supports autocompletion?
Can you point me to any good tutorials?
Can't find any other than the getting started page on the Haxe site.
You might also enjoy visiting http://www.haxejs.com for some more resources and examples for creating haxe JS applications :)
For IDE I would recomend FlashDevelop, it has good code completion and generally good Haxe support. If you want to make things simple use the JQueryExtern Library, basicly a wrapper for jQuery 1.6.1 with as strict typing as possible.
For examples I would check the examples in the Haxe site: http://haxe.org/doc/targets/js and then build upon this.