Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new @method annotations #10

Open
Majkl578 opened this issue May 10, 2013 · 2 comments
Open

Support for new @method annotations #10

Majkl578 opened this issue May 10, 2013 · 2 comments

Comments

@Majkl578
Copy link
Collaborator

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

@juzna
Copy link
Collaborator

juzna commented May 10, 2013

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
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants