We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Offer completion for method name and type, possibly automatic generation of these methods.
The text was updated successfully, but these errors were encountered:
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 ;)
Sorry, something went wrong.
This new thing: http://forum.nette.org/en/1160-method-methods-that-we-hate-to-write
No branches or pull requests
Offer completion for method name and type, possibly automatic generation of these methods.
The text was updated successfully, but these errors were encountered: