Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I stop Visual Studio Code from autofilling in the parameter names when I write a function?

This is what I am talking about. In this example I have a object of the class Politician who has a function. When I type in the function it autofills the parameters

How do I stop Visual Studio code from doing this? I have inlay parameter names disabled in the settings but it still will auto populate the parameter names.

This is VS code 1.71.0 with Java 8 Update 341

like image 872
Mercatorior3 Avatar asked Jan 21 '26 20:01

Mercatorior3


1 Answers

You can disable this with java.completion.guessMethodArguments in the VS code settings.

The setting in VS Code

like image 110
dylan88 Avatar answered Jan 23 '26 09:01

dylan88



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!