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:

current soft wrapping behavior

here's soft wrapping behavior want see:

desired soft wrapping behavior

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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -