cmichaelgraham / aurelia-typescript

A starter kit for working with the Aurelia TypeScript type definitions
MIT License
144 stars 52 forks source link

Question: sublime-text code completion in html model files seeded from the viewModel #65

Open paulvanbladel opened 8 years ago

paulvanbladel commented 8 years ago

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.

cmichaelgraham commented 8 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)

basarat commented 8 years ago

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)