Given that the TypeScript team is working on spreading the language in the open source community as a whole, it seems like creating a cross-platform solution to support intellisense would be high on their list: is that right? Does anyone know any plugins for developing SublimeText and others. or events directly from the TypeScript command, which will bring similar support, like what is offered in VisualStudio?
... And related: Does anyone know if the TypeScript team is working on a more "friendly" public API for implementing intellisense or compiling? Remarkably: in terms of node support, there is no accessible TypeScript.compile (str) -like method, which makes integration much more complicated than it should be (see CoffeeScript for an example of a "friendly" API),
Any data or information is welcome.
source share