Search code examples
javac#functionvisual-studio-codebrackets

How to add parantheses when a function is autocompleted in Java and C# in VS Code


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#.


Solution

  • 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