Hacker News new | ask | show | jobs
by abdulkareemsn 2722 days ago
Actually types enable suggestion (in visual studio parlance intellisense )
1 comments

TypeScript is already good at inferring the types, so you can get suggestions on unannotated code, but I think TypeScript should get even better at inferring by getting closer to what a JS engine do and closer to the JS spec (eg. get rid of the type annotations)