There is no straight support for CodeIgniter completion yet. However, there is an open request for it in our tracker: http://youtrack.jetbrains.com/issue/WI-1174. You can vote for it or just start watching the issue to stay informed about its resolving. At the moment this feature request is planned for the future releases. We plan to introduce the support for CodeIgniter code style features in some near future.
You can find the scripts at https://github.com/topdown/phpStorm-CC-Helpers/tree/master/CodeIgniter. They are very easy to use. Just download three files and put them inside your project directory and mark the following files as "Plain Text": * /system/core/Controller.php * /system/core/Model.php * /system/database/DB_active_rec.php
That should do the trick and enable completion for most cases.
Hello,
There is no straight support for CodeIgniter completion yet. However, there is an open request for it in our tracker: http://youtrack.jetbrains.com/issue/WI-1174.
You can vote for it or just start watching the issue to stay informed about its resolving.
At the moment this feature request is planned for the future releases. We plan to introduce the support for CodeIgniter code style features in some near future.
As for the workarounds, there is a lot of information about this over the web in sources like http://devnet.jetbrains.net/message/5320462 or http://validwebs.com/346/code-completion-for-codeigniter-in-phpstorm/.
You can find the scripts at https://github.com/topdown/phpStorm-CC-Helpers/tree/master/CodeIgniter. They are very easy to use. Just download three files and put them inside your project directory and mark the following files as "Plain Text":
* /system/core/Controller.php
* /system/core/Model.php
* /system/database/DB_active_rec.php
That should do the trick and enable completion for most cases.
Also some workarounds are described in the comments of http://youtrack.jetbrains.com/issue/WI-1174.