is there idea shortcut to automagically wrap such ...
# random
d
is there idea shortcut to automagically wrap such lines?
Copy code
process.inputStream.bufferedReader().lineSequence()
into
Copy code
process
    .inputStream
    .bufferedReader()
    .lineSequence()