You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>support for Prophecy property, argument and return type completion (by <a href="https://github.com/deeky666">Steve Müller</a>);</li>
41
+
<li>multiple fixes to prevent IDE freezes during updating indices process;</li>
42
+
<li>support for latest IDE versions (by <a href="https://github.com/shopfe">Sebastian Hopfe</a>);</li>
43
+
</ul>
38
44
<h3>1.3</h3>
39
45
<ul>
40
46
<li>code navigation (go to declaration, find usages, etc.) and refactoring (rename methods);</li>
41
47
<li>highlighting of incorrect method usages;</li>
42
48
<li>PHPUnit type provider;</li>
43
49
<li>Prophecy type provider;</li>
44
-
<li>legacy tests support: method completion for mocks defined by string class name instead of class constant reference, <tt>::class</tt> (by Thomas Schulz).</li>
50
+
<li>legacy tests support: method completion for mocks defined by string class name instead of class constant reference, <tt>::class</tt> (by <a href="/King2500">Thomas Schulz</a>).</li>
0 commit comments