Move your cursor on a word inside class or abstract and press Ctrl+Shift+1:
Closes #194
You can change fields and modifiers order in sublime's settings:
/*
Fields order:
V - static variables
F - static functions
v - variables
f - functions
*/
"haxe_fields_order" : "VFvf",
/*
Modifiers order:
o - override
p - private or public
i - inline
s - static
*/
"haxe_modifiers_order" : "opis"
If you prefer this coding style:
function() {
}
You can save this code in your sublime's User directory as Haxe.tmPreferences:
Move your cursor on a word inside class or abstract and press Ctrl+Shift+1:
Closes #194
You can change fields and modifiers order in sublime's settings:
If you prefer this coding style:
You can save this code in your sublime's User directory as Haxe.tmPreferences: