haxe-imports

Homepage: http://www.github.com/accidentalrebel/emacs-haxe-imports

Author: Juan Karlo Licudine

Updated:

Summary

Code for dealing with Haxe imports

Commentary

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)

Dependencies