for example, the snippet,tab code snippet of function looks like this:
function name(params) {
}
I want to get rid of this params, because sometimes you don"t need a parameter, so of course you can"t use this when you need it, so I want to change it. Is there anything I can do about it?