DEV Community

Discussion on: What developer products/tools should exist, but don't?

Collapse
 
geraldew profile image
geraldew

I'd like to see a code editor that wraps long lines to the right side of the display, instead of the left.

Perhaps some subtle right edge indication of the wrap to go with it.

That way, long code lines can be left actually long (for the interpreter or compiler) and be variously wrapped according the current size of the edit window.

I'm mainly thinking I'd like that for Python work (and thus never have to use the manual backslash method) but it would seem applicable to various languages.