Position cursor at end of line
Answered
How do I get IntelliJ to position the cursor at the end of a line when I click or move the cursor with the arrow keys? By default it places it where I click, or directly above/below where it last was in the case of arrow key usage. This is pretty annoying because it means I can't just start typing.
Please sign in to leave a comment.
Just deactivate that really annoying feature: "File -> Settings -> IDE Settings -> Editor -> Allow placement of caret after end of line"
Thank you! Very infurating "feature" disabled!
So happy to have this answer that I just had to register in the forum to say thanks!
thanks mate, it really helps
+1 ...owe you a pint for that one mate!
Could also be "Column Selection Mode" thats what it was for me. Right click where your typing your code and unselect it.
Thanks Stetson Wood -- it was Column Selection Mode for me as well!
Thank U ;) it was starting making me crazy.. trying to delete non existing spaces %)