Some lines are far too big for my screen size.
I know about solution explorer auto-hide but my laptop has a small screen size.
Is it possible to make some code lines like this:
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5>
become something like this:
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection,
EntityFramework, Version=5>
To split all the big lines of the source code so that it fits my screen?
thx for your help,
anderson