ArcticTypescript
ArcticTypescript copied to clipboard
JSDoc support
It would be nice to have jsdoc support so IntelliSense code completion also shows method description and parameters in a similar way as done by http://blog.icanmakethiswork.io/2014/05/typescript-jsdoc-and-intellisense.html
IntelliJ example:
i thought about that. this would be an option since sublime text has implemented minihtml. but this is not a priority :D
I just took a look at how far the typescript project itself got with its own typescript plugin they started a few months ago. http://blogs.msdn.com/b/typescript/archive/2015/03/27/announcing-typescript-1-5-alpha.aspx And it feels quite good. (They are using the new service interface, which will be part of the next typescript release). As the new "official" typescript plugin evolves, this may make this plugin obsolete.
(There are a few differences like the way how errors are displayed (no list), but it feels faster than ArcticTypescript). And the new plugin has a doc info (ctrl t,q) and it displays the jsdoc info (not as nice formatted as in your example).
Thanks for the link!! :grinning: