vote up 1 vote down star
3

I'm learning CodeIgniter and I come from Microsoft Visual Studio so I'm used to the auto complete feature. I've been using notepad++ so far but I wonder if anyone knows an editor that works better with CodeIgniter.

I would love to see features like:

  • Right-click -> Add new model
  • Right-click -> Add new view
  • Autocomplete with CodeIgniter helpers and libraries
flag

12 Answers

vote up 3 vote down check

Hi,

I was in .NET before going to Codeigniter, I try several IDEs, I recommend netbeans, very ver good, and you can create regions, find usages, and other functionalities from the Visual Studio IDE.

Regards, Pedro

link|flag
vote up 2 vote down

I don't know that you'll find an editor so tuned to CI's particular version of MVC -- but Eclipse/PDT can handle the autocompletion.

See the discussion at codeigniter.com/forums/viewthread/69098/

link|flag
vote up 4 vote down

CodeIgniter IDE

Once you start to 'get' the Code Igniter coding style, it becomes easy to manage your projects without a large scale IDE.

I used eclipse for a while but kept going back to Notepad++ as I didn't require the additional functionality.

Add new file

To get around the model and view issue you mention, you can always create basic model/view templates, so that the creating of new ones isn't much more than ctrl+v and ctrl+c?

link|flag
vote up 0 vote down

I would like to suggest this one : Intype.info ( It has CodeIgniter Bundle for such auto completion feature). If you are willing to pay then you can go for PHPDesigner; You can define the framework on which you are developing the project, by which it can provide Auto-suggestion.

link|flag
vote up 2 vote down

I would suggest using Espresso. It has Sugars which you can use to extend the syntax highlighting and has one for CodeIgniter.

http://www.fileability.net/coffee/sugar/CodeIgniter

With Espresso, you can also set up keyboard shortcuts, which I've done for a default controller, model, view, etc. It really helps code much faster and with standard code.

link|flag
vote up 0 vote down

I tried quite a few and got stuck on PhpED from Nusphere. I can really recommend it.

link|flag
vote up 0 vote down

well i use komodo edit...its good..its not an IDE but a good editor

link|flag
vote up 1 vote down

see Free PHP IDE Codelobster PHP Edition

with special CodeIgniter plug-in

link|flag
vote up 0 vote down

Personal preference is simply to run VIM with tabs open for each of my files I'm working on.
I know there are Intellisense plugins that you can run as well, though I don't know of any specific to CodeIgniter.

link|flag
vote up 0 vote down

Unfortunately, you will not able to find a free editor or IDE that supports CodeIgniter auto-complete.

link|flag
vote up 0 vote down

Aptana Studio with the PHP plugin. Autocompletion, quick, easy to navigate.

link|flag
vote up 0 vote down

If you are on a Mac, Coda is a fantastic editor in general. It might not have all the bells-and-whistles for CodeIgniter development but makes you feel like coding more and more...at least to me. ++ for the seamless integration with Transmission.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.