-
Notifications
You must be signed in to change notification settings - Fork 237
Plugin crashes when using autocomplete shortcut while method signature popover is active #379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What version of node are you using? |
~ $ node -v |
And I checked, node_path is correctly set to that executable. |
Thanks @mochtu. This is a known issue that |
Ah, great to hear. Couldn't find any reference to that known issue. Looking forward to your fix :-) |
Hi @mochtu, a recent change should have fixed the issue. Could you try the bit in the master branch? Thanks! |
The issue is fixed for me with #383 ! Thanks |
Sublime Text 3 / OSX
For some reason, when I accidentally use the Ctrl+Space (autocomplete) shortcut while a method signature popover is displayed, the typescript plugin stops working (without an error).
An example would be:
where "∆" represents the cursor position.
When I press Ctrl+Space again, I get the following stack trace in the sublime console:
The text was updated successfully, but these errors were encountered: