/brackets-add-comment

Uppercase, Lowercase, Add Comments

Primary LanguageJavaScriptMIT LicenseMIT

Add Comments

If the cursor is in line of code is /**,press Enter. the comments auto generate

/**
 * 
 * @param {Type} name
 * @param {Type} age
 * @param {Type} address
 */
function testFun(name, age, address){
    ...
}