java - Is it possible to make IntelliJ perform "smart" soft wrapping? -
is possible make intellij idea's soft-wrap behavior smarter? here's java code (from paypal's ghastly api) , current soft wrapping behavior:
here's soft wrapping behavior want see:
note not want reformat actual text in file; want display of code smart. use wildly different width monitors , windows day day; code should "look right" on of them. doesn't mean "force vt-100 standard 80 cols", seems habitual among non-ide users.
no, not possible. believe language plugins can customize soft wrap locations code wrapped @ meaningful locations, wrapped lines cannot aligned or indented in way.
Comments
Post a Comment