T3S
T3S copied to clipboard
Plugin freezes ST3 when trying to auto-complete
The plugin freezes ST3 when I type something that triggers auto-complete (for example, foo.). The problem seems to start in the Tss.update function in Typescript.py when it calls into tss, so it's possible that this is actually a problem with tss. This happens on both of the Windows computers I tried.
My current workaround is to remove the typescript_complete command triggered by . from Default.sublime-keymap.
(Now verified to occur on Windows, Mac, Ubuntu)
see my last comment in https://github.com/Railk/T3S/pull/63 (tl;dr there is a new plugin named ArcticTypescript)