Hacker News new | ask | show | jobs
by eviks 583 days ago
If you soft wrap you can avoid scrolling inn this case for any line length without negatively impacting the case of a single file
1 comments

Is there any editor with an intelligent soft-wrap? I.e. it doesn't just wrap at the end the window. Line breaks should be introduced so that the tree structure of the code (think AST) becomes obvious. That improves readability a lot compared to breaking lines at a fixed column.