phoenix
phoenix copied to clipboard
prefill functions on creation
When we start typing, we should get a code hint to fill in a prefilled function template like below:
/*
* Your function documentation
* @param {string} params
*/
function name(param){
}
- Similarly consider adding arrow functions too