CodeIgniter Forums
PhpStorm Code Completion to CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: PhpStorm Code Completion to CodeIgniter (/showthread.php?tid=65046)



PhpStorm Code Completion to CodeIgniter - natanfelles - 04-23-2016

Hello!

I write a file that can help the code completion in the PhpStorm IDE, you can see it here: https://github.com/natanfelles/codeigniter-phpstorm.

This file was based in http://validwebs.com/346/code-completion-for-codeigniter-in-phpstorm/ tutorial and you can get more info and updates in the original author in https://github.com/topdown/phpStorm-CC-Helpers/tree/master/CodeIgniter.

Preview:

[Image: codeigniter-phpstorm.png]


RE: PhpStorm Code Completion to CodeIgniter - InsiteFX - 04-23-2016

Why are you taking someone else work and calling it your own?


RE: PhpStorm Code Completion to CodeIgniter - natanfelles - 04-25-2016

(04-23-2016, 11:32 AM)InsiteFX Wrote: Why are you taking someone else work and calling it your own?


Hello!

I do not understand you.


RE: PhpStorm Code Completion to CodeIgniter - InsiteFX - 04-25-2016

PHPStorm Code Completion


RE: PhpStorm Code Completion to CodeIgniter - natanfelles - 04-25-2016

(04-25-2016, 03:56 AM)InsiteFX Wrote: PHPStorm Code Completion

Uhm... Ok!

I created the repo based in this tutorial: http://validwebs.com/346/code-completion-for-codeigniter-in-phpstorm/


RE: PhpStorm Code Completion to CodeIgniter - cartalot - 04-25-2016

Thanks for the effort and I would like to see more involvement with Codeigniter and PHPStorm. My only caution is - DO NOT use the versions as they come out. Wait at least a week and then look at the comments under the announcement. I am not using the most recent version because want to avoid those issues until they are fixed.

For your version of code completion - you don't have to mark system files as plain text! There are other ways to do it now - take a look again at the thread that Insitefx linked - i just added to it.


RE: PhpStorm Code Completion to CodeIgniter - natanfelles - 04-25-2016

(04-25-2016, 01:46 PM)cartalot Wrote: Thanks for the effort and I would like to see more involvement with Codeigniter and PHPStorm. My only caution is - DO NOT use the versions as they come out. Wait at least a week and then look at the comments under the announcement. I am not using the most recent version because want to avoid those issues until they are fixed.

For your version of code completion - you don't have to mark system files as plain text! There are other ways to do it now - take a look again at the thread that Insitefx linked -  i just added to it.

Ok. Thanks for reply.

I will study and do the updates.

If is usefull, has a demonstration in YouTube: https://www.youtube.com/watch?v=Loa8U4s_WnI


RE: PhpStorm Code Completion to CodeIgniter - InsiteFX - 04-26-2016

@natanfells, Thank you