Homepage: http://www.github.com/accidentalrebel/emacs-haxe-imports
Author: Juan Karlo Licudine
Updated:
Code for dealing with Haxe imports
Provides a way to easily add `import' statements for Haxe classes. Based on java-imports by Matthew Lee Hinman. Usage: (require 'haxe-imports) ;; unless installed as a package (define-key haxe-mode-map (kbd "M-I") 'haxe-imports-add-import)