natanfelles / codeigniter-phpstorm

PhpStorm Code Completion for CodeIgniter 3

Home Page:https://natanfelles.github.io/blog/codeigniter-code-completion-phpstorm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use excluded path

innovation2you opened this issue · comments

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!

Hahahhhah, wonderful tip. Thank you @gansoteles !