Open adilanchian opened 4 years ago
We have the ability for Intellisense in VSCode to include a short description of the function and the params it passes in like so:
/** * @param {*} username * @param {*} credential * @param {*} platform */
This issue is to do this with all functions in the app.
We have the ability for Intellisense in VSCode to include a short description of the function and the params it passes in like so:
This issue is to do this with all functions in the app.