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

Self libraries and helpers

VijendraMalhotra opened this issue · comments

is there anyway to add my libraries and helpers so that they can be autocompleted as well?

Yes. Just add your Class in the phpstorm.php file:

@Property Class_name $class_name Do anything...