forked from joa/haxe-sublime2-bundle
-
Notifications
You must be signed in to change notification settings - Fork 85
Features
r3a1ay edited this page May 26, 2015
·
2 revisions
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
.
Compiler errors in the Results panel. Press F4
/shift+F4
to jump to the reported error location.
To add/remove/update an haxe library open ST's command palette and type haxelib
.