dereuromark/cakephp-ide-helper

Annotate @route for entry points

vajo3694 opened this issue · 3 comments

/**
 * @route /users
 */
class UserController extends AppController {

It might be super useful to have the entry point annotated here and add @route to suppressed annotations instead of setting up every class and method in entry points config or annotate with @uses...

How would that look like code wise for the annotator?

Feel free to make a PR