Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
None
Description
If a class has a comment header like this:
// <editor-fold desc="User magic methods and properties" defaultstate="collapsed">
/**
* @method void doSomething()
*/
// </editor-fold>
class Something() {}
And the comment is collapsed, then, in the editor, if you do this:
$smt = new Something();
$smt->doS<cntl><space>
wont autocomplete the method. It will only autocomplete it if you uncollapse the comment