1

I need to add parantheses when a function is autocompleted by Tab in Java and C# in VS Code, but I could not find the required settings for that. We can do the settings I said above for Python, JavaScript, C, C++. Is this possible for Java and C# ?

I took a look at this topic: VSCode add parentheses when autocompleting functions

but I couldn't find the settings for Java and C#.

Deezwend
  • 59
  • 7

1 Answers1

1

Install the full Extension Pack for Java extension package. One of the Language Support for Java(TM) by Red Hat extensions already contains this functionality.

enter image description here

JialeDu
  • 6,021
  • 2
  • 5
  • 24