0

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.

2
  • Maybe FDT - "a flexible development toolkit in Eclipse for interactive developers": fdt.powerflasher.com Commented Dec 11, 2011 at 17:19
  • 1
    Take a look at eclihx Commented Dec 20, 2011 at 12:58

2 Answers 2

4

You might also enjoy visiting http://www.haxejs.com for some more resources and examples for creating haxe JS applications :)

Sign up to request clarification or add additional context in comments.

Comments

2

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.

1 Comment

That haxe url seems to be outdated. Can we include the content in the answer for posterity?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.