Is there any free PHP IDE that offers these features? -


  • written in c++
  • highlighter php, html, css, javascript
  • easy code navigation
  • hinting
  • remote , local project development
  • ftp
  • code collapsing (folding)
  • intelligent auto-complete
  • code completion

optional: - debugging

these features im looking ide not written in java , free.

phpdesigner 7 fast. has looking for, except it's not free, it's worth money.

i use on old machines, others unusable. opens files , runs smoothly.

it has source code navigator (shows index of php functions, classes, methods , variables have defined in current file), , lets jump function call definition ctrl+click, netbeans , big ones. lacks code collapsing.

other used in past: dev-php. written in delphi, fast also. found bugs left it, other users in company didn't had bugs, installation only... try yourself.

http://sourceforge.net/projects/devphp/


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -