current line highlight Permanently deleted user 创建于 2011年09月29日 12:38 I'm wondering wich parameter edit to change the current line highlight in phpstorm?
Open Settings, type in "caret row" and press Enter.
thank you mate
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.
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