We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Include only exact IDE version support

Hi! When I get phalcon/devtools via Composer there are lots of IDE stubs for old Phalcon releases pulled too. So I need delete it manually after every update. If I don't do it, my IDE going crazy due to lots of files and autocomplete rules for same classes with different versions. Is there any options to specify exact version?

edited Mar '16

Just select proper version in ide.... instead of:

path to devtools\ide

select:

path to devtools\ide\2.0.9

For example

I use PHPStorm, it indexes all files in project root. I don't specifying path manually.

I use phpstorm and specify path manually, remove stubs from project root. And in settings go to Languages & Framworks > PHP and add in include path proper path.