ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Autocomplete supported IDE for Codeigniter

April 01, 2012 2:49pm

Subscribe [7]
  • #1 / Apr 01, 2012 2:49pm

    trante

    2 posts

    Normally i use phpStorm and phpDesigner for developing php.
    I also use Eclipse PDT some months ago.

    I need an IDE that can support Codeigniter syntax.
    It will autocomplete when i type

    $this->load->model('

    it will list all models that are available in application/models directory.

    Also for views..

    Is there an IDE makes it easily.

    I tried phpStorm and phpDesigner.
    It seems like they don’t support Codeigniter.

     

  • #2 / Apr 02, 2012 1:30am

    btray77

    24 posts

    phpDesigner 7 and 8 are capable of doing this…  http://wiki.mpsoftware.dk/doku.php/tutorials/codeigniter_in_phpdesigner_7

  • #3 / Apr 02, 2012 1:37pm

    Matalina

    191 posts

    Aptana Studio 3 and Komodo Edit support it as well with a little tweak to your files.

    ie: adding in an autocomplete.php file in your base directory.

    Check this out: http://jimdoescode.blogspot.com/2010/10/hooray-for-codeigniter-code-completion.html

    though it doesn’t load model names but you can see all the methods etc.

  • #4 / Apr 02, 2012 5:39pm

    Mat-Moo

    350 posts

    Using phpdesigner, that works (Switched from rapidphp that seems to be going nowhere)

  • #5 / Apr 10, 2012 4:51am

    clod

    27 posts

    Try Codelobster
    It has special plug-in for such autocomletion.

  • #6 / Apr 19, 2012 12:29pm

    anonymous65551

    222 posts

    I’ve been doing this with UEStudio, but it’s Windows only.  You didn’t specify your platform.  No need for plug-ins, no having to set up an auto-complete file (though it supports auto-complete files).  Just include the CodeIgniter App path and System path to the project, and it will “know” what you need from there, as it will parse all the files for you.

    Also, it’s not free, but you get what you pay for.  It’s also not horribly slow like all the eclipse based IDEs.  Seems all the IDEs that are either .NET or Java based are painfully slow if you load a large project.  UEStudio is quite fast, as nimble as a lightweight text editor with all the power of an IDE.

    If you develop in more than one language (like the way I also create desktop applications) then it’s a real boost not to have to switch IDE for a different type of project.  I can develop in PHP, HTML, JavaScript, Delphi, C++, Python, or whatever else my heart desires without switching IDEs.

  • #7 / Apr 27, 2012 3:40am

    mah30

    1 posts

    I found this article about Eclipse auto complete for Codeigniter 2 & it worked 😊

    http://taggedzi.com/articles/display/autocomplete-eclipse-codeigniter-2 

    as you type

    $this->

    it will suggest all the included classes & methods e.g load

    & if you choose

    $this->load->

    will suggest all the methods of the load class e.g view ... & preview its parameters 😉

  • #8 / Feb 12, 2013 10:23am

    clod

    27 posts

    I suggest to try Codelobster
    It works OK for these constructions

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases