PhpStorm 9 blinking on moving pointer over class->method path at top Joe Quadro Created July 09, 2015 08:56 (see screens) When moving cursor to switch the other file tab the whole document blinkes, trying to highlight the whole class or selected method. Is there any option to disable the highlight on moving over it?Attachment(s):s2.pngs1.png
Hi there,
ATM there is no such option.
It uses your caret row color (just automatically makes it lighter so it's more visible) and not some separate style which you can disable/modify.
For the moment I may only suggest disabling that breadcrumbs row altogether if such behaviour annoys you.
https://youtrack.jetbrains.com/issue/IDEA-139930
Yep , this issue https://youtrack.jetbrains.com/issue/IDEA-139930 is just the case of mine. Colud you please tell me how can I disable that bredcrumps row?
Settings (Preferences on Mac) | Editor | General | Appearance | Show HTML breadcrumbs
You will need to re-open tabs to see the effect.
thank you!