-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
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. (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!! 😀 |
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
The text was updated successfully, but these errors were encountered: