Eclipse PDT vs. NetBeans for PHP development [closed]
Asked Answered
A

7

40

How does Eclipse PDT compare to NetBeans for PHP development?

I just bought a new computer with Windows 7 and I'm starting to set up a development environment for PHP. Has anyone used both IDEs lately and could make a quick comparison? If you know what major frameworks are supported, that would be great too.

Aggrieved answered 14/12, 2009 at 19:40 Comment(2)
There are a lot of posts on stackoverflow comparison Netbean with Eclipse. stackoverflow.com/search?q=netbean+eclipse+comparisonTransformer
But not in the context of PHP development.Aggrieved
K
29

Yes, I switched from Eclipse to Netbeans for PHP development quite recently. And I have to admit - I like NetBeans better. It seems to me more lightweight and stable. It certainly loads faster. And code completion seems to be much better than in Eclipse - it doesn't fail so often, and you can insert hint-comments wherever you wish to specify the types of your variables. Also NetBeans IDE is much simpler than Eclipse. It's probably not as powerful (and it could definately use a few more configuration options), but on the other hand, Eclipse was downright intimidating with its complex system.

Put it this way - if you come from a Windows background (like me), go for NetBeans. If you're a Linux/Unix fan, you'll feel right at home with Eclipse.

Kurtz answered 14/12, 2009 at 19:58 Comment(7)
I think work with Netbeans in Linux/Unix yummy.Extreme
I don't mean that you can't use NetBeans on Linux or Eclipse on Windows. It's just that NetBeans is closer to the Windows mindset, while Eclipse has more of Linux mentality.Kurtz
I would disagree with the Eclipse/Linux mentality. I like netbeans in both linux and windows.. I never liked Eclipse, and I've been a longtime primary user of Linux.Piccolo
Php development in Netbeans is the best the thing I've come across 2 years ago when I was looking for a decent IDE for a large scale php project. Go for itEnugu
What versions were you comparing and what PHP plugin were you using?Cognizable
This was answered two years ago. I don't remember what the top versions were back then, but I used the latest. I think it might have been Eclipse: Galileo vs NetBeans 6.7, but I'm not sure.Kurtz
I'm using Windows 7. I found Eclipse to be very functional, but it was slow and clunky, and suffers from a (dealbreaker) bug where typing within a PHP region on a large file is DOG SLOW (like 1 character per second). Searches online found others with the problem and no solution (other than "make your file smaller", which is a sad response). Anyhow, I then tried Netbeans and am SO SO SO happy with it. It's fast, works great, and I've yet to find any issues with it! Very happy.Marquardt
P
6

I switched to NetBeans after version 7.0 has been released. It's faster, more lightweight and code completion is better. Its easier to configure and looks like everithing just works, in Eclipse you need to deal with complex configuration, and I wanted to focus on coding. But they are both good.

I compared them, you can read more on http://dev.umpirsky.com/eclipse-vs-netbeans-for-php-development/

Perk answered 6/6, 2011 at 13:35 Comment(0)
B
5

Eclipse PHP (PDT) does not come with a working debugger out-of-the-box. You have to download and install at least 2 or 3 other fussy open-source components to make that work. I've never tried NetBeans, but, if you need debugging (stepping through code) and you don't have several days to work through the environment setup hell of Eclipse, that might be the way to go.

Bestead answered 9/3, 2010 at 14:1 Comment(0)
E
3

I use Eclipse first and work friendly with this .Next I use Netbeans for Java and I use it completely in java and uninstall Eclipse . Next time that I need work with PHP I use Netbeans for this goal and I understood Netbeans code completion better than Eclipse also code highlighting but build , compile,debug and run are better in Eclipse and I think Netbeans increase feature and functionality in future .

Extreme answered 14/12, 2009 at 19:53 Comment(1)
Well, let's hope there still IS a future for NetBeans. It depends on Oracle now.Bluhm
D
3

Advantage of eclipse is that I can code in PHP and perl in the same project.

Demonism answered 2/2, 2011 at 15:31 Comment(1)
there is a plugin avaiable: Perl on netbeans plugins.netbeans.org/plugin/36183/perl-on-netbeansCalais
M
2

I downloaded NetBeans IDE 6.9.1, just to compare against eclipse PDT 2.2.0 to edit PHP projects on CVS.

Eclipse can appear complex and difficult to setup, however, by downloading eclipse PDT all-in-one it is easiest to unzip it and start using it.

I'm surprised about how fast and light weighted NetBeans is, you can realize how fast it is immediately.

I still like eclipse on the way how it does and shows stuff, but NetBeans has a crispy design.

They both are really good options regardless of Linux or Windows OS.

Malia answered 5/3, 2011 at 1:39 Comment(0)
A
1

Frankly - I don't know which is better or worse; I've worked with Eclipse ... it was required by the College I attend for the JAVA course -it worked great for that and I quickly understood how to manipulate the project to store "everything" related to the class, including PDF files and Word Documents.

When it comes to PHP -well, I can't seem to get XDebug to function with Eclipse. Not even sure I know why at this point. I installed NetBeans and had no problems interfacing with XDebug for PHP ... so I'm torn. There are aspects that I like about both of these applications -and things I don't like, mostly cosmetic things. Like where they write their project data -and about renaming or moving project data ... I've had a bugger of a time with Eclipse -and not as much trouble with 'Beans.

Accepter answered 26/2, 2012 at 23:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.