natanfelles / codeigniter-phpstorm

PhpStorm Code Completion for CodeIgniter 3
https://natanfelles.github.io/blog/codeigniter-code-completion-phpstorm.html
204 stars 101 forks source link

Use excluded path #13

Closed innovation2you closed 6 years ago

innovation2you commented 6 years ago

Just a tip if you have same name class inside another directory (i.e. application/modules/_backup/module/controllers/module.php) folder make this:

Go to project directory folder "application/modules/_backup/" and mark directory as Excluded.

The Phpstorm index all folders, you need find that directory and mark as excluded.

Thanks for this awesome tip Natan!

natanfelles commented 6 years ago

Hahahhhah, wonderful tip. Thank you @gansoteles !