brackets-typescript-code-intel
brackets-typescript-code-intel copied to clipboard
Recursive references
(First of all, massive thanks for making this extension, great job.)
It would be really good if
Thanks.
Are you sure it should do that? Have you tried it in Visual Studio? Can you point me to the line in the TypeScript specification that indicates that?
Updating this issue: Visual studio doesn't require that you reference files anymore. Basically, it compiles every .ts file and make it available to you. i think that's the easiest path too
Interesting, is it provided by the typescript services directly?
I really don't know. I just know that visual studio's workflow was improved to work like that.