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

Self libraries and helpers #5

Closed VijendraMalhotra closed 7 years ago

VijendraMalhotra commented 8 years ago

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

natanfelles commented 8 years ago

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

@property Class_name $class_name Do anything...