Enabling Soft Wraps

Wrap lines to eliminate the need of scrolling horizontally in order to see overly long lines.

Enable soft wraps for the file types that tend to have lots of long lines (Preferences/Settings | Editor | General | Soft-wrap files). With the soft wrapping on, the IDE will display those lines wrapped in the editor without adding line breaks.


Related Resources

C# Experimental Attribute.
C# Experimental Attribute.
Mark a block of code as experimental so other developers are aware of its status.
Arrays
Arrays
Arrays are a straightforward and traditional way to work with a set of data.
Dictionary<T>
Dictionary<T>
Use the Dictionary<TKey, TValue> type for strongly-typed, dynamic, sets of data stored with keys and values.