clemos / haxe-sublime-bundle

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

Type path completion triggers only if space is typed after colon. #234

Closed rcmkc closed 9 years ago

rcmkc commented 9 years ago

Not sure if this is ST or plugin related. While this is no big deal for me, I like to keep my variable declaration like this: var variable:Type; and cleaning those extra spaces needed to trigger completion is quite inefficient. Is there any way to change this behaviour?

screenshot 2015-05-24 20 54 22 screenshot 2015-05-24 21 01 45

P.S. Awesome plugin. Helped me a lot to switch from Windows. And now I find ST with this bundle much better than FlashDevelop :) So yeah, thanks!

rcmkc commented 9 years ago

Awesome, works like a charm, thanks!