clemos / haxe-sublime-bundle

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

Autocomplete in hx files freezes Sublime #263

Open mastef opened 8 years ago

mastef commented 8 years ago

Hey there, when I start typing anything in a haxe file, it starts the "spin of death" mouse cursor and hangs Sublime until it's force quit. Basically the whole app crashes.

I've narrowed it down to HaxeComplete.py around line 2122-2149 - if I add a return statement right before there, Sublime works again.

Any idea what it could be?