Open paulvanbladel opened 9 years ago
wow @paulvanbladel - that's cool !! you might loop in @basarat and post over here too https://gitter.im/TypeStrong/atom-typescript (he's one of the best i've met in this area)
What was mentioned here https://github.com/Microsoft/TypeScript-Sublime-Plugin/issues/326#issuecomment-132902748 is as good as it gets.
That said you might find the source code of atom-typescript
much more approachable. Because its all in typescript
and works directly with the compiler
The sublime plugin is in python + TSServer talking to TypeScript. Just more moving parts ... a few of them loosely (dynamically) coupled.
Finally I am working on something to this effect anyways (not in atom ... and don't want to share the project prematurely)
Michael, Sorry for cross-posting, but I posted a question on the sublime-text plugin repository regarding code completion in (aurelia) model files which might interest you as well. Would be great to hear your view on this as well.
https://github.com/Microsoft/TypeScript-Sublime-Plugin/issues/326
Thanks. paul.