T3S icon indicating copy to clipboard operation
T3S copied to clipboard

Plugin freezes ST3 when trying to auto-complete

Open ecraig12345 opened this issue 10 years ago • 1 comments

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)

ecraig12345 avatar Jan 03 '15 05:01 ecraig12345

see my last comment in https://github.com/Railk/T3S/pull/63 (tl;dr there is a new plugin named ArcticTypescript)

Phaiax avatar Jan 05 '15 17:01 Phaiax