2016.2 autocomplete requires two invokations to find inherted methods

How do I revert to previous behavior where autocomplete does not require two invocations to find inherited methods?

 ctrl+space

ctrl+space



1

Hi there,

It's not about "inherited methods" .. it's because those methods are actually static (that's how PHPUnit is written apparently) .. and new feature in PhpStorm 2016.2 filters out such static methods from completion for $this-> (hence the requirement for 2nd invocation).

https://youtrack.jetbrains.com/issue/WI-32493 -- follow this ticket (star/vote/comment) to be notified on any updates.

0

请先登录再写评论。