Skip to content

Tag: visual-studio-code

Visual Studio Code: Formatting Java method chaining

I’m trying to change the VSCode settings which will allow me to do something like this with method chaining : The problem is whenever the formatter is applied, it changes it back to just one line: I have the Java Extensions Pack installed, which includes the ‘Language Support for Java by Red Hat&#…