How to change line width in IntelliJ (from 120 character)

后端 未结 6 1440
粉色の甜心
粉色の甜心 2021-01-29 20:27

I was wondering how I can change the line length in IntelliJ.

Since I use a pretty high resolution, I get that line that shows 120 characters straight through the middl

6条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-29 20:41

    It seems like Jetbrains made some renaming and moved settings around so the accepted answer is no longer 100% valid anymore.

    Intellij 2018.3:

    hard wrap - idea will automatically wrap the line as you type, this is not what the OP was asking for

    visual guide - just a vertical line indicating a characters limit, default is 120


    If you just want to change the visual guide from the default 120 to lets say 80 in my example:

    Also you can change the color or the visual guide by clicking on the Foreground:

    Lastly, you can also set the visual guide for all file types (unless specified) here:

提交回复
热议问题