March 2017
Beginner
358 pages
9h 51m
English
The first Editor macro is doc. Typing doc into a Script field and pressing Tab will populate some JSDoc-type headers for a function/method, including things space for a description of the code, what it expects as parameters, and what it returns. JSDoc is an important JavaScript documentation standard which organizes and simplifies your code documentation so that IDEs can read and present it to anyone who may call your code in the future, as instruction on how to call it, and what to expect from it:

You can also automatically generate a class method for use within a Script Include, which already has the JSDoc header included. ...
Read now
Unlock full access