Open
Description
Hey, I would like to disable the auto completion of method arguments.
When pressing enter here
I don't want the arguments to be guessed or filled in at all like so
Instead, I'd rather have it only complete the method name and potentially add the parentheses, nothing more. I can then use the parameter hint box to view the missing parameters without having to worry about unwanted text being inserted in the document.