PHPCodeAssist - PHP IDE

PHPCodeAssist



Most of these functions you can find in Komodo Edit, which I discovered recently,
actually after starting phpcodeassist.

Download
* - beta





Requires

Apache with PHP installed on localhost
or some working PHP hosting with ftp access

Review

Very simple and fast IDE (making PHP developement easier).
Designed to make code/test/change cycle faster.

Main feature (why I started the project) - it shows php interpretator errors position in source code.
I've made it mostly for myself. Implemented Borland Turbos IDE style of work.
Tryed to descrease number of key press where possible.
So only work I'm doing now is coding, not switching between different apps and mouse clicking.

Actually what it does:
when you press Alt+R

1.saves your opened file to disk
2.parses http://localhost/yourscript.php for error messages
3.shows error in text if any
4.shows http://localhost/yourscript.php in embeded browser
5.you check the page
6.return to editing

As most PHP applications use mysql, there is Alt+D shortcut, which supposed to show phpMyAdmin.
You have to edit phpMyAdmin link manually.


Code completion: by pressing Ctrl+Space you can see full list of php functions from php help.
There should be of cause list of all functions in project, which is not implemented yet.

The app is currently in beta stage, but you can make something usefull with it.


What I plan:
1.fix all bugs
2.add some easy way of refactoring (i.e. renaming functions)
3.interface will stay same simple minimalistic
4.make it shareware

Features:

* shows php parse errors in source code (on execution)
* FTP publishing
* code completion (by Ctrl+Space)
* F1 context help (php.net)
* project manager
* code navigation: function list (including all functions in projects)