Open Majkl578 opened 11 years ago
Do you mean this:
class Foo
{
/** @var string */
public $name;
}
$foo = new Foo;
$foo-> // should autocomplete string getName() and setName(string $name)
or something else? Pls provide link to documentation, or even better sample code ;)
Offer completion for method name and type, possibly automatic generation of these methods.