Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Support for @method tags for parsing magic methods #281

Open rainyroads opened 8 years ago

rainyroads commented 8 years ago

Classes that utilize magic methods may be documented using the @method tag, as described here: https://phpdoc.org/docs/latest/references/phpdoc/tags/method.html

Currently, atom-autocomplete-php does not seem to recognize these tags, screenshot from 2016-07-27 04-08-40

If support for method tags can be added in, I think it would make a great addition.

Peekmo commented 8 years ago

I didn't know that thing.

Anyway, magic methods must be avoid, but it could be, in fact, a feature added for some case.