No concrete plans as of now I'm afraid. I'm gonna look into that though. As long as I can find a .NET based TypeScript file parser it should be possible, similar to the recently added .js support.
In all honesty, I'm not seeing a managed parser available out there. I basically need to be able to get a file graph, classes, methods, etc with all corresponding line #s. Until that becomes available it's a no go on TypeScript support. Thanks.
Thanks for the links but I'm not sure how that's gonna help me. I was looking for something along the line of a managed assembly type solution, with file contents in, raised events or tree graph out. I'll keep an eye on it to see if something along those lines pops up. Thanks.