Issue
In Eclipse and many other editors we've same behavior for these Cursor styles:
src="https://i.stack.imgur.com/E8aRd.png" alt="Default Cursor in Eclipse"> Insert mode: The cursor inserts a character at its current position, forcing all characters past it one position further.
Overtype mode : The cursor, when typing, overwrites any text that is present in the current location.
But In Android Studio, this cursor is behaving opposite
This is very annoying for me, Can anyone tell me how to fix this behavior ?
(As we know in windows, We can toggle cursor behavior & style by pressing Insert key )
Solution
At last I found solution of my problem :)
So, following is the fix for it:
File - > Settings -> Editor (IDE Settings) -> Appearance->
Then uncheck Use Block caret
Answered By - Arsalan Mehmood
Answer Checked By - Timothy Miller (JavaFixing Admin)