phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

prefill functions on creation

Open abose opened this issue 2 years ago • 0 comments

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

abose avatar Aug 11 '22 11:08 abose