![]() |
IDE and support for CI - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: IDE and support for CI (/showthread.php?tid=64161) Pages:
1
2
|
IDE and support for CI - BDev - 01-21-2016 Hi folks, One short question. Which IDE you guys use, and which one has good support for CI?? Doesn't matter if its free or not, I'm just looking for something efficient. RE: IDE and support for CI - arma7x - 01-21-2016 I'm use Geany RE: IDE and support for CI - josepostiga - 01-21-2016 I think any decent IDE that supports PHP is a good choice. If you're looking for good autocompletion, then there's none that fully support that out-of-the-box. Personally, I use Sublime Text. But there's also PHPStorm and Netbeans. RE: IDE and support for CI - cartalot - 01-21-2016 phpstorm https://www.jetbrains.com/phpstorm/ sample autocomplete for codeigniter that I'm using http://forum.codeigniter.com/thread-63641-post-325791.html#pid325791 RE: IDE and support for CI - Diederik - 01-21-2016 I use Phpstorm (before this I used Sublime) RE: IDE and support for CI - BDev - 01-21-2016 Thanks comrades. I am also using Sublime. Will check out PhpStorm or maybe Netbeans. I see that many people say that Netbeans is like a free version of PhpStorm,so I will definitely try it out. RE: IDE and support for CI - freddy - 01-21-2016 still sublime but will move to another IDE RE: IDE and support for CI - DaveX64 - 01-21-2016 I'm using VS.PHP: https://www.vsphp.com/ ...which is an add-on to Visual Studio...it has some support for creating CodeIgniter projects among other PHP frameworks...it's pretty good. It works with the free Visual Studio Community Edition. RE: IDE and support for CI - RobertSF - 01-21-2016 Give Codelobster a look. It's an actual desktop executable application, so it's a little snappier than Netbeans and other Java-based IDEs. There's a free version, but you have to get the pro version for the CI plugin. http://codelobster.com/codeigniter.html RE: IDE and support for CI - kenjis - 01-21-2016 NetBeans 8.1 and CodeIgniter plugin. https://github.com/nbphpcouncil/nb-ci-plugin/releases |