|
Posted by Logos on 09/30/51 12:00
On Jan 15, 10:57 am, NC <n...@iname.com> wrote:
> 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
Actually, I was referring to user defined objects/classes, not the
built in ones. I hardly expect an IDE to write cross browser code for
me, but many of the JS oriented IDEs I have used have no problems
showing me the functions/methods/variables defined in a script, and
the user-defined object methods/members.
Navigation:
[Reply to this message]
|