How do I turn off the unlimited whitespace in IntelliJ editor?

后端 未结 6 1371
暖寄归人
暖寄归人 2021-01-29 17:34

How do I remove the ability to move the cursor after then end of line in IntelliJ?

6条回答
  •  故里飘歌
    2021-01-29 17:46

    IntelliJ IDEA 2016

    By default, it's turned off (unchecked).

    If it is turned on, you can use one of the following 2 approaches:

    1. File > Settings... (or Ctrl+Alt+S) > Editor > General > Virtual Space section > uncheck Allow placement of caret after end of line

    2. Help > Find Action... (or Ctrl+Shift+A) > type "Virtual Space: Allow end" > Enter or left click (to switch between On and Off) > Esc

提交回复
热议问题