Dump to Grid and whitespace characters
Options
new [] { "hello\tworld", "foo\r\nbar" }
dumping to data grids shows:

obviously I don't expect it to show the latter on two lines etc., but is there any chance that it could be made possible to render
\t
,\r
and \n
as a space character please inside the data grids, so that it'd be easier to see where one word ends and another begins? Comments
-
I guess this is something I could fix myself by creating my own dump container, but it seems like an awful lot of unnecessary work if it could be done in LINQPad itself