Open mastef opened 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.
HaxeComplete.py
Any idea what it could be?
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?