PixelogicDev / Gruvee-Mobile

#WeAreGrüvee
MIT License
48 stars 11 forks source link

[Enhancement] Add Params Comment Above All Methods #149

Open adilanchian opened 3 years ago

adilanchian commented 3 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.