Is there any way to clear the F# interactive window in VS2010?
#cls;;
and #clear;;
don't work.
Quitting with #quit;;
leads to the restart of F# interactive without clearing the window content.
Attempt to delete text with "delete" or "backspace" gives an error message that the text is read-only.
Clear All
. Right Click and Clear All.
If you are inside of VS F# Interactive window, you can use right mouse click and select
Clear All
Unfortunately this will now work in stand alone console FSI window. So what you can do is to following command in your console FSI window
System.Console.Clear();;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With