|
Posted by NC on 10/08/51 12:00
On Jan 15, 9:41 am, Logos <tyler.st...@gmail.com> wrote:
>
> I'm having a terrible time finding an IDE that will do
> *all* the things I want it to do, and was hoping for
> suggestions from people more experienced than I.
>
> Here's a laundry list of things I'm looking for:
> - intellisense/code completion for PHP, Javascript
> - code browser (shows functions, objects, variables, etc)
> for PHP, Javascript
> - code folding for PHP, Javascript, CSS and HTML
> - syntax highlighting/colour coding for PHP, Javascript, HTML, CSS
> - file explorer tree type FTP interface
....
> Any suggestions?
Adjust your expectations downward, especially in terms of object
browsing in JavaScript. Every browser still has its own JavaScript
object model, in spite of all the convergence that took place in the
last couple of years. You can't rely on the IDE to write cross-
browser JavaScript...
Cheers,
NC
[Back to original message]
|