javavscode icon indicating copy to clipboard operation
javavscode copied to clipboard

Option to disable auto completion of method arguments

Open mirojantti opened this issue 1 year ago • 1 comments

Hey, I would like to disable the auto completion of method arguments.

When pressing enter here image I don't want the arguments to be guessed or filled in at all like so image 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. image

mirojantti avatar Jul 18 '24 15:07 mirojantti

Here's another somewhat related issue with parentheses I've noticed when switching from one method call to another. If I were to change the call to from cos to sin, the existing parentheses are ignored:

image image image

mirojantti avatar Jul 22 '24 04:07 mirojantti