nette-intellij / intellij-nette

Nette support in PhpStorm - Develop Nette with pleasure
http://plugins.jetbrains.com/plugin?pluginId=7231
75 stars 6 forks source link

Support for new @method annotations #10

Open Majkl578 opened 11 years ago

Majkl578 commented 11 years ago

Offer completion for method name and type, possibly automatic generation of these methods.

juzna commented 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 ;)

Majkl578 commented 11 years ago

This new thing: http://forum.nette.org/en/1160-method-methods-that-we-hate-to-write