Can the automatic completion of VScode be modified?

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) {
        
    }

Aug.05,2021

Yes, write your own code snippet
View-> Command panel-> Type configure user code snippet -> Type javascript to configure your own code snippet in the open configuration file, for example:

   

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d990-e8f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d990-e8f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?