Console
Use this page to configure how JetBrains Rider displays console output. These settings control folding, wrapping, and trimming lines, which makes console output easier to read and comprehend.
- Use soft wraps in console
Wrap long lines in the console output at word boundaries.
- Console commands history size
Specify how many console commands to include and display in the console history.
- Override console cycle buffer size (1,024 KB)
Delete old messages when the console buffer size exceeds the specified value.
- Default Encoding
Select the encoding that JetBrains Rider should use to view console output. By default, it uses the system encoding.
- Fold console lines that contain
Configure a list of patterns for lines that you want to fold in the console output. See Folding patterns.
- Exceptions
Configure a list of patterns for lines that you don't want to fold in the console output. See Folding patterns.
Folding patterns
Use the following buttons to manage the folding patterns from the two lists:
- Add Alt+Insert
Open the Folding Pattern dialog and type a new pattern.
- Remove Alt+Insert
Remove the selected pattern from the list.
- Edit Enter
Open the Folding Pattern dialog and edit the selected pattern.