When I do the automatic reformatting Ctrl + L the code is indented but the lines do not break, as in Eclipse and Netbeans, so I have to stay dragging the window constantly to see the end of a larger line, as in the example:
NtpTimeProvider ntpTimeProvider = new NtpTimeProvider(InetAddressFactory.newFromHostString("192.168.0.1"), nodeMainExecutor.getScheduledExecutorService());
Would anyone know where I can set this so that the lines break and the code is the size of the window?