clemos / haxe-sublime-bundle

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

auto import #193

Closed ghost closed 9 years ago

ghost commented 9 years ago

'Organize imports' command can add missing imports: pic1

And it ignores conditional imports: pic2

ghost commented 9 years ago

Closes clemos/haxe-sublime-bundle#47

clemos commented 9 years ago

I merged it as experimental, but I'm afraid it's still quite broken. For instance it won't work with members (ex import js.Lib.window)

ghost commented 9 years ago

Thanks, I didn't know about that feature. I need reworked 'Haxe.tmLanguage' file to fix it. I'll submit it soon.