T3S
T3S copied to clipboard
TypeScript plugin for Sublime Text using TSS
Has this package been renamed or something?
Changed: "Here's an exemple that do:" To: "Here's an example:"
Are `///` tags pointing to definition files supported in T3S? Here's my project structure: ``` projectdir/ | typings/ | | angularjs/ | | | angular.d.ts | project.sublime-project | my-root.ts ```...
I had trouble getting T3S to work, then i noticed that on a project, and found the following error in the console. ``` typescript initializing Exception in thread Thread-5: Traceback...
I have been converting a project to typescript and i noticed that i got a error because one method was not implemented on a class. But the error maker would...
I created a .sublimets file for my project and entered "yes" when asked whether to create a config. Apparently T3S looks for an 'activate_build_system' config key in the generated config...
When I hit F1, F3 or F4 I get the following Traceback (most recent call last): File "./json/decoder.py", line 368, in raw_decode StopIteration During handling of the above exception, another...
Hey I've worked a little bit on the code in the dev branch. Former i had the problem, that there was a bunch of unexecuted showError commands in the async...
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,...