javascript - Intellisense for JSDuck -


i have javascript library well-annotated produce documentation jsduck. think such annotations sufficient provide intellisense library. also, pretty standard, because jsduck syntax designed extension of popular google closure compiler syntax. seems there no ide makes use of code annotations provide intellisense. there many "smart" engines try suggest types of variables there no "solid" engine reads annotations determine classes library has.

if useful, here links my library , its documentation generated jsduck.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -