javavscode
javavscode copied to clipboard
Option to disable auto completion of method arguments
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.
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: