Skip to content
r3a1ay edited this page May 26, 2015 · 2 revisions

Syntax highlighting, auto-completion

Code hints

Open parenthesis and comma keys display Haxe type hints in status bar and inserts smart snippets.

In ST3 (build 3070 or higher) hints will be shown in popups.

To check the type of the word move the caret on it and press ctrl+shift+space.

You can customize popup colors in your color scheme file (use these keys: popupBackground, popupForeground). Please note that these keys affect only popups generated by this bundle.

If you prefer smart snippets you can disable popups in your user settings file: "haxe_use_popup": false.

Error highlighting / navigation

Compiler errors in the Results panel. Press F4/shift+F4 to jump to the reported error location.

NME, OpenFl and Flambe support

Read

Multiple build management

Read

Haxelib integration

To add/remove/update an haxe library open ST's command palette and type haxelib.

HScript, Erazor and HSS support