clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
235 stars 86 forks source link

add 'implement methods and variables' feature #207

Closed ghost closed 9 years ago

ghost commented 9 years ago

Press ctrl+shift+1 inside class with implements: out

Added whitespace style option:

/*
    Whitespace style used in generated code
    Examples:
    "function f ( a : T < T > , b : T = null ) : T -> T;"
    "function f ( a:T<T> , b:T=null ):T->T;"
    "function f(a:T<T>, b:T = null):T->T;"
*/
"haxe_whitespace_style" : "function f(a:T<T>, b:T = null):T->T;"