ecplise plugin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • david

    ecplise plugin

    Hello,

    What is the best eclipse plugin for php programming ?

    Thanks.


  • Erwin Moller

    #2
    Re: ecplise plugin

    david wrote:
    [color=blue]
    > Hello,
    >
    > What is the best eclipse plugin for php programming ?
    >
    > Thanks.[/color]


    Hi,

    I use net.sourceforge .phpeclipse_1.0 .8 for my PHP development under Eclipse.

    As far as I know, it doesn't work correct in Eclipse3 !
    So I keep using Eclipse 2.1.1 :-)

    But last time I checked is a few months ago.

    Good luck.

    Regards,
    Erwin Moller

    Comment

    • Henk Verhoeven

      #3
      Re: ecplise plugin

      david wrote:[color=blue]
      > Hello,
      >
      > What is the best eclipse plugin for php programming ?
      >
      > Thanks.
      >
      >[/color]
      Hi David,

      I have been using phpEclipse, but later tried TruStudio Foundation. I
      find is has the advantage of clearly showing syntax errors. It is also
      available for Eclipse 3.0. TrueStudio Foundation is available for free
      at http://www.xored.com/products.php

      However, the new version for 3.0 adds a right parenthesis if you type a
      left one. That may be handy, but imho it is not very standard editing
      behavior and i could not find a way to switch it off. So if you don't
      like that, maybe you should try phpEclipse.

      None of the plugins seems to offer efficient searching for
      implementations and references of functions and drilling down into
      function calls. I allways had that with Java an Smalltalk and i really
      miss it. Maybe i should find a way to open an editor or IDE from our
      hypercode browsers. Or integrate a color coding editor right in the
      browser. Wouldn't that be cool, a web based IDE?

      Greetings,

      Henk Verhoeven.

      To try out the hypercode browsers on the phpPeanuts class library, see
      http://www.phppeanuts.org/site/index.../121/Code.html (click in
      the menu on 'classes', 'hierarchy'or 'methods')

      Comment

      Working...