ArcticTypescript icon indicating copy to clipboard operation
ArcticTypescript copied to clipboard

JSDoc support

Open elgalu opened this issue 9 years ago • 4 comments

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

elgalu avatar Apr 14 '15 17:04 elgalu

IntelliJ example: typescript_jsdoc_intellij

elgalu avatar Apr 15 '15 13:04 elgalu

i thought about that. this would be an option since sublime text has implemented minihtml. but this is not a priority :D

Phaiax avatar Apr 17 '15 14:04 Phaiax

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).

Phaiax avatar Apr 17 '15 15:04 Phaiax

Thanks for the link!! :grinning:

elgalu avatar Apr 20 '15 13:04 elgalu