Happyr / Doctrine-Specification

This library gives you a new way for writing queries. Using the Specification pattern you will get small Specification classes that are highly reusable.
MIT License
445 stars 40 forks source link

Jetbrains IDE autocomplete? #125

Open drewclauson opened 8 years ago

drewclauson commented 8 years ago

Anyone know how to make autocomplete work for Jetbrains IDEs for the field names like they do for querybuilders? (using PHPStorm)

Nyholm commented 8 years ago

That would be awesome. But I believe that is a special feature of the Symfony plugin. I fear we have to be what more popular before we get included in that plugin or having a plugin of our own.