1
When I do automatic reformatting Ctrl+L the code gets indented, but the lines don’t break, as in Eclipse and Netbeans, so I have to drag 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 up so that the lines break and the code is the size of the window?