First Impression: IDE looks awsome but is there a fix for the annoying cursor behavior?

Hi I am really impressed with PhpStorm but the cursor behavior is really annoying.

Suppose I forget a ; after my }

to place the ; after the bracket I have to mouse click right next to the } otherwise I am forced to arrow over.

In other editors the cursor automatically goes right next to the } no matter where I click on the line.

Is it possibly to get this kind of behavior in PHPStorm?

There were other cursor annoyances but the above is the easiest to describe.

Again I am very impressed with the features of PhpStorm but this cursor thing is not pleasant.

Thank you.

0

Hi Peter,

Settings | Editor | Allow placement of caret after end of line

0
Avatar
Permanently deleted user

Thank you for the response.

I actually had that selected by default.

When I deselect that check box then it puts the caret at the end of line.  So it looks like you have a small bug but it works when I deselect that option.

Thank you.

0

There is no bug -- it works as inteded.

I suggest checking the name of the option again -- it says "Allow placement of caret after end fo line", which, when unchecked, means "Put cursor and the end of line"

0
Avatar
Permanently deleted user

Got it.

Thanks for your help.

0

请先登录再写评论。