Hello, after the very good work by MrHighTech about TypeScript integration, I'm very interested in the TypeScript support for the upcoming release of SmartClient 12:
http://blog.isomorphic.com/5-more-re...12-0-features/
Considering a typical snippet of code as:
I think that it would be useful if the IDE could 'recognize' myGrid as a variable of type ListGrid, so that type checking, refactoring, code completion... would become available for it.
I'm currently using Intellij, but I don't know if this is feasible. Would it require an IDE plugin?
http://blog.isomorphic.com/5-more-re...12-0-features/
Considering a typical snippet of code as:
Code:
isc.ListGrid.create({ ID: "myGrid", .... });
I'm currently using Intellij, but I don't know if this is feasible. Would it require an IDE plugin?
Comment