Feature Request: FSI: Send Line, prefix with "it" #422
Labels
enhancement
Accepted suggestions that makes existing features better
scripts
Problems with .fsx files
up for grabs
Good first issues
I was practicing a demo and thought of a simple feature that I think could be discussed.
Basically, as I'm giving a demo of F#, I want to show the intermediate states of the data, a line at a time. It would be useful, if the code looks like this:
That this feature would, send current line, if it starts with pipe, prefix with "it" and move to the next line, so I can see all the steps one by one with out having to select two lines, then three, then four, ect.
Example results:
The text was updated successfully, but these errors were encountered: