at present, when writing js, with VSCode, every time you use the function completion feature, you will complete the following code: you have to delete the parameters yourself every time. Can you change the parameter to empty?
or is there any other good way?
function name(params) {
}