...switchable 'wrap/nowrap' would be another option ontop of at what position in line to wrap.
Some smart(er) editors do wrapping with context sensitive indenting of the 2nd to last line of the wrapped line.
Too long lines is anyway a bad thing for quickly reading and grasping... that's the reason news papers have decent narrow columns to create the least tiring experience. Code though is not linear like a novel, therefore some editors have collapse options for code blocks in order to give a better overview on available (vertical) screen space.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
...switchable 'wrap/nowrap' would be another option ontop of at what position in line to wrap.
Some smart(er) editors do wrapping with context sensitive indenting of the 2nd to last line of the wrapped line.
Too long lines is anyway a bad thing for quickly reading and grasping... that's the reason news papers have decent narrow columns to create the least tiring experience. Code though is not linear like a novel, therefore some editors have collapse options for code blocks in order to give a better overview on available (vertical) screen space.