Intellij IDEA plus sign when String wrap

后端 未结 4 1190
半阙折子戏
半阙折子戏 2020-12-23 19:08

I\'m using Intellij IDEA 10.5 Community. If I have a long String and want to split in in mulitple lines I press ENTER key in the middle of a String and get this:

<         


        
4条回答
  •  旧巷少年郎
    2020-12-23 19:31

    In case someone is using Android Studio:

    Android Studio > Settings > Editor > Code Style > Java

    Click on tab "Wrapping and Braces" and then find the "Binary expressions" group. There you have the checkbox "Operation sign on next line"

提交回复
热议问题