Add Util.ReadLines() to accept multi-line user inputs
Util.ReadLines() is very useful - it can make my codes interactive.
But this method allows to input only one line.
I want a method like Util.ReadLines()...
This method appears multi-line text box under the result pane.
And it accepts multi-line text input. Pressing Enter key just puts a newline,
and Ctrl-Enter key is for submit the input.
I think this idea should expand usability of LINQPad.
12
votes
takeshik
shared this idea
-
Nelson Ferrari commented
I would use it to process log files and similar. Copy multiple lines and paste on LINQPad's input.