Search code examples
intellij-ideaeditortext-cursor

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


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


Solution

  • File menu -> Settings -> Editor -> General -> Virtual Space and uncheck 'Allow placement of caret after end of line' . You may also uncheck the other options in the Virtual Space panel.