sublime-typescript icon indicating copy to clipboard operation
sublime-typescript copied to clipboard

A sublime plugin for the typescript language - WIP

Results 12 sublime-typescript issues
Sort by recently updated
recently updated
newest added

# how to add DefinitelyTyped ? i want to use DefinitelyTyped to completion function

Added a simple build script courtesy of other typescript plugins

Hi @raph-amiard, I really really wanted ST3 support, autocompletion and errors as you type is too good not to have, and saw in https://github.com/raph-amiard/sublime-typescript/issues/12 you had no plans to support...

Having two files like this: test.ts ``` export class Test { }; ``` main.ts ``` import TestModule = import("./test"); ``` will lead to the following error in main.ts: "A module...

Hi there, I'm interesting in improving Typescript support and will be working with https://github.com/Railk to make a fully functional plugin. Would you be willing to assign ownership of this repo...

/script/app.ts Traceback (most recent call last): File "./sublime_plugin.py", line 356, in run_ File "./typescript.py", line 372, in run File "./typescript.py", line 264, in update_server_code File "./typescript.py", line 216, in serv_edit_file...

0.9 is officially out but it appears the plugin is still using 0.8.

``` Traceback (most recent call last): File "./typescript.py", line 58, in timeout_func File "./typescript.py", line 85, in get_dep_text IOError: [Errno 21] Is a directory: u'/Users/mainuser/code/devd/d.ts' ``` As you can see...