current line highlight

I'm wondering wich parameter edit to change the current line highlight in phpstorm?

0

Open Settings, type in "caret row" and press Enter.

1
Avatar
Permanently deleted user

thank you mate

0
Avatar
Permanently deleted user

In the newest 3.0 Beta  110.518  This option is not doing anything.  The highlight is only shown on the gutter and not in the whole editor window like it was in past EAP's.   How do I turn on the line highlight for the entire line?

Thanks.

0

For PHP:
"Settings | Editor | Colors & Fonts | PHP | PHP Code" -- make sure that there is no background color assigned.

Similar approach for HTML and maybe some others.

The reason -- caret highlighting has lower priority (rendered behind) than the actual text -- see this ticket: http://youtrack.jetbrains.net/issue/IDEA-63712?projectKey=IDEA

0

请先登录再写评论。