Here are my current plans for the PHP IDE (the list may grow over time):
- 1.0 Beta 3:
- Add builtin PHP functions to code-completion.
- Add support for class constants to code completion.
- Add some default code templates (if, for, etc.)
- Sort contents of script browser alphabetically.
- Throw out project tags.
- Fix issue of code templates missing the last character when inserted.
- Fix issue of code completion not always popping up.
(Fixed a part of it, but am not sure whether the issue is completely resolved)
- Fix crash when a file is modified outside the IDE.
- 1.0:
- Fix issue of Script Browser resetting when saving.
- Fix issue of Project Browser not correctly updating.
- Fix any other bugs that pop up.
- 1.1:
- Add code hints with description of the called function if available.
- Add ability to go to declaration of function by Ctrl or Alt clicking it.
- Add debugging capabilities (XDebug?).
- Add an easy way to jump between the arguments of a function call.
- Use the PHP binary to check code in editor for syntax errors.
- Use the KTextEditor template interface for code templates.
- Add ability to create new files/folders to project browser.
- Add ability to retrieve file properties through the project browser.
- Add status bar showing current line/column number and full file path of current file.
- Completed
- Not completed yet