Edit Code Template Panel
When any code template is selected in the above, the Edit Code Template panel is shown below. This allows you to change which library it belongs to, the type of template, which contexts to include the code in, and the actual code.
Item | Name | Description |
---|---|---|
A | Library | The library that the current code template belongs to. |
B | Type | The type of code template to create.
|
C | Code | The actual code to use. At the top of the code you may optionally provide a JSDoc comment block explaining the purpose and function of the template. This comment will be shown as the description for the template. |
D | Context | Select which scripts should have access to this code template. Limiting contexts to only those scripts where a code template is actually needed can help optimize memory usage. For additional information, see Code Template Contexts. |
E | Update JSDoc | Generates / updates a JSDoc at the beginning of your code, with parameter / return annotations as needed. For additional information, see Use JSDoc in Code Templates. |