formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 205 forks source link

IDE auto completion problem #531

Closed creativefctr closed 7 years ago

creativefctr commented 8 years ago

Hi, It appears that former is heavily using dynamic methods which prevents IDE auto completion which really degrades the writability of code, while using dynamic methods IDE helper files or method stubs or some inherit doc should be used. It appears that former is properly documented so I think a few inheritdoc statements and method stubs will do the trick. Thanks

claar commented 7 years ago

Yep, I agree -- I would happily merge any PRs to improve Former's IDE compatibility.