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.
You can try playing with the different auto suggestions mode using the setttings: ->Text-Editor->Suggestions. Maybe one setup could be a good workaround.
2
Answers
You can try playing with the different auto suggestions mode using the setttings: ->Text-Editor->Suggestions. Maybe one setup could be a good workaround.
You can disable this with
java.completion.guessMethodArguments
in the VS code settings.