Possible to display all results from a List<string>? #376
Replies: 3 comments
-
Currently, it's not configurable. However, it's dynamic and depends on console window height. See: CSharpRepl/CSharpRepl.Services/Roslyn/Formatting/LengthLimiting.cs Lines 31 to 32 in 958554f The size limiting is necessary because collections could be large or potentially infinite (custom implementation of |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the reply. Is this something you're already working on (making it available as a setting or config file), or should I create an issue? Yeah, IEnumerable can be tricky if you're not careful 😁 Keep up the excellent work on REPL, I love it!!! Cheers |
Beta Was this translation helpful? Give feedback.
-
Not working on. |
Beta Was this translation helpful? Give feedback.
-
Hi,
At the moment, when I display elements from a List, only the first 15 elements are displayed. Is there a setting to instruct the REPL to display ALL elements of the list?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions