CodeIgniter Forums
What is the best IDE for development with CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: What is the best IDE for development with CI (/showthread.php?tid=1340)

Pages: 1 2 3 4 5


RE: What is the best IDE for development with CI - CroNiX - 03-03-2015

Do any of these IDEs with git support also have git-flow support implemented?


RE: What is the best IDE for development with CI - RobertSF - 03-03-2015

I'm downloading it, but dayum! 137 mb? LOL


RE: What is the best IDE for development with CI - rfulcher - 03-05-2015

I have recently switched from Aptana to PHP Storm.  I like PHP Storm much better.  


RE: What is the best IDE for development with CI - sintakonte - 03-07-2015

Sitepoint did a survey a year ago - maybe its a help for your decision
http://www.sitepoint.com/best-php-ide-2014-survey-results/

i use phpstorm too


RE: What is the best IDE for development with CI - Mohammadhzp - 03-07-2015

I tried Netbeans and Phpstorm, they are equally good,both IDEs have everything plus Netbeans is free! so why pay while you can get all things you want for free ?
you can get Auto-completion in Netbeans for CI, just a quick search


RE: What is the best IDE for development with CI - bitbyter - 03-07-2015

Thanks for all your recommendations and hints, they are a great help to me.

For those which will find this post later on here a short summary:

Recommendations______#votes__________#rank usage (out of the link provided)

PhpStorm (pay)________IIIII_____________1
Sublime text 3 (free)____III______________2
Netbeans (free)________II______________ 3
Aptana _______________I                        
Code Lobster __________I
Titanium Studio ________I

I bought already PhpStorm and downloaded Sublime text 3, I am interested if the money invested for PhpStorm its worth it.


RE: What is the best IDE for development with CI - kenjis - 03-12-2015

CodeIgniter plugin for NetBeans 8.0 has been released.
https://github.com/nbphpcouncil/nb-ci-plugin/releases


RE: What is the best IDE for development with CI - Mohammadhzp - 03-12-2015

there is also another repository, NetBeans Plugin for CodeIgniter
https://github.com/bcit-ci/netbeans-plugin


RE: What is the best IDE for development with CI - am.agrawal0090 - 07-12-2017

Microsoft visual studio code is a great IDE for codeigniter. You can install plugin's for codeigniter. It helps me a lot when including Libraries and Models. It is a great Tool


RE: What is the best IDE for development with CI - rtenny - 07-12-2017

I have been using the ActiveState Komodo IDE for years now.
I use it not only for CI but also for WordPress, PERL and Zend development.

It has a great debugger, shows syntax for HTMl, PHP, JS, PERL and many more even if mixed in the same document and autocomplete function.
It has macros, code snippets and a plethora of other function. It integrates with SVN and I think with Git as well. But I dont use git so cannot be sure on that.