明壁幕府忍法帳 > Aptana Index > Home > Axway Appcelerator Studio > Axway Appcelerator Studio Guide > Web Development > JavaScript Development > Documenting Code > Setting up Content Assist using ScriptDoc

2019.10.14 Ver.3 (2021.5.1)

Setting up Content Assist using ScriptDoc

ScriptDoc is the tool that Studio uses to generate the content for Content Assist from JavaScript code. (To learn more about Content Assist, see About Content Assist.) ScriptDoc automatically scans all of the projects in your project for ScriptDoc documentation blocks and displays the Content Assist bubbles when you use the classes and functions that you have documented.

You do not need to run any separate tool or compile anything for Content Assist to work. It should work as soon as you document a function and call that function elsewhere in your code for code within a file.

To learn how to document your code so that Content Assist works, see Documenting Your Code Using ScriptDoc.

Related Topics