Odd highlighting of class which calls static method Follow
Found an odd behaviour in PhpStorm. When you call a static method and place cursor on class which makes, that call, then it highlats very oddly. Result is placed as a screenshot here in attached file.
Attachment(s):
oddHighlighting.png
Please sign in to leave a comment.
Hello!
What is you PhpStorm's version?
PhpStorm 2.1.2 Build 107.425
And, please, again, how do you get this highlighting? Placed cursor on Zend_Loader_Autoloader, and then?
In class 'lib/Zend/Application.php' in this part of code, but it does almost the same in other similar places,
if you place your cursor at
more precisely at
then it highlights as it is shown in screenshot.
No then. Just placed cursor at place mentioned above.
There are a lot of bugs with strange highlighting in phpstorm like this one. You set caret on some variable and some empty lines could be highlighted for some reason...
I finally got highlighting, but it works well in my case. Failed to reproduce that bug.
Should I still create the issue on issue tracker or it might be a glitch and just wait for 2.1.3?
Well, no related changes were made in 2.1.3 (which is being published in about a hour)
And too many significant changes in 3.0 - you should wait for 3.0 EAP
I might be wrong, but wouldn't it take a lot of time? Only 2.1.3 just came out and you suggest to wait for 3.0? Or it will be very soon?
3.0 EAP will be open in two weeks.
Great. Thank you.