|
Posted by JussiJ on 01/23/08 03:21
On Jan 16, 4:41 am, Logos <tyler.st...@gmail.com> wrote:
> I want it to do, and was hoping for suggestions
You could give Zeus a go:
http://www.zeusedit.com
> Here's a laundry list of things I'm looking for:
> - intellisense/code completion for PHP, Javascript
The Zeus intellisense is driven by the information
produced by ctags. This works well for langauages
like c/c++ but I am not sure how well ctags goes
at parsing PHP and Javascript.
> - code browser (shows functions, objects, variables, etc)
> for PHP, Javascript
Once again the code browser is driven by ctags.exe so the
same applies.
> - code folding for PHP, Javascript, CSS and HTML
It will do this.
> - syntax highlighting/colour coding for PHP, Javascript,
> HTML, CSS
It will do this
> - file explorer tree type FTP interface
Zeus provides integrated FTP/SFTP editing.
Jussi Jumppanen
Author: Zeus for Windows IDE
[Back to original message]
|