clemos / haxe-sublime-bundle

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

Typing a close-parenthesis doesn't exit autocompletion of function #179

Closed Draknek closed 9 years ago

Draknek commented 9 years ago

I have a function updateCameraTarget with one optional parameter immediate.

If I type out updateCameraTarget(), the opening bracket opens the function autocomplete and the closing bracket replaces the autocomplete prompt for the immediate parameter with a closing bracket.

image

Originally posted as a bug on Sublime Text: https://github.com/SublimeText/Issues/issues/579 but they suggested it could be a package-specific issue.

clemos commented 9 years ago

Thanks for your report, hope it works for you ;)