简体   繁体   中英

Import documentation for JavaScript into Netbeans

Is it possible to import a JavaScript documentation into Netbeans? Something similiar to javadoc but for JavaScript. I am using Netbeans to code in JavaScript and I would like to get a description of the methods inside the IDE.

At the moment I can see only what type does the method return (see screenshot below) but I would like to have more information

在此处输入图像描述

You can use JSDoc for this. It is similar to JavaDoc comment syntax.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM