Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSDoc support #47

Open
elgalu opened this issue Apr 14, 2015 · 4 comments
Open

JSDoc support #47

elgalu opened this issue Apr 14, 2015 · 4 comments

Comments

@elgalu
Copy link

elgalu commented Apr 14, 2015

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
Copy link
Author

elgalu commented Apr 15, 2015

IntelliJ example:
typescript_jsdoc_intellij

@Phaiax
Copy link
Owner

Phaiax commented Apr 17, 2015

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

@Phaiax
Copy link
Owner

Phaiax commented Apr 17, 2015

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

@elgalu
Copy link
Author

elgalu commented Apr 20, 2015

Thanks for the link!! 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants